Searched refs:isDereferenceablePointer (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | MemDerefPrinter.cpp | 57 if (isDereferenceablePointer(PO, LI->getType(), DL)) in runOnFunction() 92 if (isDereferenceablePointer(PO, LI->getType(), DL)) in run()
|
| H A D | Loads.cpp | 221 bool llvm::isDereferenceablePointer(const Value *V, Type *Ty, in isDereferenceablePointer() function in llvm
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | Loads.h | 35 bool isDereferenceablePointer(const Value *V, Type *Ty, const DataLayout &DL,
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | LoopPeel.cpp | 319 !isDereferenceablePointer(Ptr, LI->getType(), DL, LI, AC, &DT)) in peelToTurnInvariantLoadsDerefencebale()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | MergeICmps.cpp | 153 if (!isDereferenceablePointer(Addr, LoadI->getType(), DL)) { in visitICmpLoadOperand()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 337 if (isDereferenceablePointer(LoadPtr, II.getType(), in simplifyMaskedLoad()
|