Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLoads.h29 bool isDereferenceablePointer(const Value *V, const DataLayout &DL,
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMemDerefPrinter.cpp57 if (isDereferenceablePointer(PO, DL)) in runOnFunction()
H A DLoads.cpp153 bool llvm::isDereferenceablePointer(const Value *V, const DataLayout &DL, in isDereferenceablePointer() function in llvm
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp147 if (!isDereferenceablePointer(GEP, DL)) { in visitICmpLoadOperand()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp493 if (!isDereferenceablePointer(CS.getArgument(ArgNo), DL)) in allCallersPassInValidPointerForArgument()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3678 bool isDereferenceable = isDereferenceablePointer(SV, DAG.getDataLayout()); in visitLoad()