Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemDerefPrinter.cpp57 if (isDereferenceablePointer(PO, LI->getType(), DL)) in runOnFunction()
92 if (isDereferenceablePointer(PO, LI->getType(), DL)) in run()
H A DLoads.cpp221 bool llvm::isDereferenceablePointer(const Value *V, Type *Ty, in isDereferenceablePointer() function in llvm
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoads.h35 bool isDereferenceablePointer(const Value *V, Type *Ty, const DataLayout &DL,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp319 !isDereferenceablePointer(Ptr, LI->getType(), DL, LI, AC, &DT)) in peelToTurnInvariantLoadsDerefencebale()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp153 if (!isDereferenceablePointer(Addr, LoadI->getType(), DL)) { in visitICmpLoadOperand()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp337 if (isDereferenceablePointer(LoadPtr, II.getType(), in simplifyMaskedLoad()