Equivalent to isDereferenceableAndAlignedPointer with an alignment of 1.
Synopses
Declared in <llvm/Analysis/Loads.h>
Equivalent to isDereferenceableAndAlignedPointer with an alignment of 1.
bool
isDereferenceablePointer(
Value const* V,
APInt const& Size,
SimplifyQuery const& Q,
bool IgnoreFree = false);
Equivalent to isDereferenceableAndAlignedPointer with an alignment of 1.
bool
isDereferenceablePointer(
Value const* V,
Type* Ty,
SimplifyQuery const& Q,
bool IgnoreFree = false);
Created with MrDocs