Home
last modified time | relevance | path

Searched refs:isDereferenceableFromAttribute (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
DValueTracking.cpp3118 static bool isDereferenceableFromAttribute(const Value *BV, APInt Offset, in isDereferenceableFromAttribute() function
3163 static bool isDereferenceableFromAttribute(const Value *V, const DataLayout &DL, in isDereferenceableFromAttribute() function
3173 return isDereferenceableFromAttribute(V, Offset, Ty, DL, CtxI, DT, TLI); in isDereferenceableFromAttribute()
3240 if (isDereferenceableFromAttribute(V, DL, CtxI, DT, TLI)) in isDereferenceableAndAlignedPointer()
3307 if (isDereferenceableFromAttribute(BV, Offset, Ty, DL, CtxI, DT, TLI) && in isDereferenceableAndAlignedPointer()