Return true if we know that executing a load from this value cannot trap.
Declared in <llvm/Analysis/Loads.h>
Return true if we know that executing a load from this value cannot trap.
bool
isSafeToLoadUnconditionally(
Value* V,
Align Alignment,
APInt const& Size,
SimplifyQuery const& SQ);
» more...
Return true if we know that executing a load from this value cannot trap.
bool
isSafeToLoadUnconditionally(
Value* V,
Type* Ty,
Align Alignment,
SimplifyQuery const& SQ);
» more...