Searched refs:isDereferenceablePointer (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemDerefPrinter.cpp | 60 if (isDereferenceablePointer(PO, LI->getType(), DL)) in runOnFunction() 95 if (isDereferenceablePointer(PO, LI->getType(), DL)) in run()
|
| H A D | Loads.cpp | 234 bool llvm::isDereferenceablePointer(const Value *V, Type *Ty, in isDereferenceablePointer() function in llvm
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | Loads.h | 35 bool isDereferenceablePointer(const Value *V, Type *Ty,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | MergeICmps.cpp | 166 if (!isDereferenceablePointer(GEP, LoadI->getType(), DL)) { in visitICmpLoadOperand()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ArgumentPromotion.cpp | 492 if (!isDereferenceablePointer(CB.getArgOperand(ArgNo), Ty, DL)) in allCallersPassValidPointerForArgument()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 2225 if (isDereferenceablePointer(LI.getPointerOperand(), LI.getType(), DL)) in getLoadMemOperandFlags()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 304 if (isDereferenceablePointer(LoadPtr, II.getType(), in simplifyMaskedLoad()
|