svf-lib 1.0.1759 → 1.0.1760
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
Binary file
|
|
@@ -225,9 +225,9 @@ const Value* stripAllCasts(const Value* val);
|
|
|
225
225
|
/// Get the type of the heap allocation
|
|
226
226
|
const Type* getTypeOfHeapAlloc(const Instruction* inst);
|
|
227
227
|
|
|
228
|
-
/// Return the bitcast instruction
|
|
228
|
+
/// Return the bitcast instruction right next to val, otherwise
|
|
229
229
|
/// return nullptr
|
|
230
|
-
const Value*
|
|
230
|
+
const Value* getFirstUseViaCastInst(const Value* val);
|
|
231
231
|
|
|
232
232
|
/// Return corresponding constant expression, otherwise return nullptr
|
|
233
233
|
//@{
|