Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DMemDerefPrinter.cpp60 if (isDereferenceablePointer(PO, LI->getType(), DL)) in runOnFunction()
95 if (isDereferenceablePointer(PO, LI->getType(), DL)) in run()
H A DLoads.cpp234 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 DLoads.h35 bool isDereferenceablePointer(const Value *V, Type *Ty,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp166 if (!isDereferenceablePointer(GEP, LoadI->getType(), DL)) { in visitICmpLoadOperand()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp492 if (!isDereferenceablePointer(CB.getArgOperand(ArgNo), Ty, DL)) in allCallersPassValidPointerForArgument()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2225 if (isDereferenceablePointer(LI.getPointerOperand(), LI.getType(), DL)) in getLoadMemOperandFlags()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp304 if (isDereferenceablePointer(LoadPtr, II.getType(), in simplifyMaskedLoad()