Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h664 const Value *stripPointerCastsSameRepresentation() const;
665 Value *stripPointerCastsSameRepresentation() { in stripPointerCastsForAliasAnalysis()
667 ->stripPointerCastsSameRepresentation()); in stripPointerCastsForAliasAnalysis()
653 Value *stripPointerCastsSameRepresentation() { stripPointerCastsSameRepresentation() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DAlignmentFromAssumptions.cpp171 AAPtr = AAPtr->stripPointerCastsSameRepresentation(); in extractAlignmentInfo()
H A DConstraintElimination.cpp662 auto ADec = decompose(Op0->stripPointerCastsSameRepresentation(), in getConstraint()
664 auto BDec = decompose(Op1->stripPointerCastsSameRepresentation(), in getConstraint()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCaptureTracking.cpp387 auto *O = I->getOperand(Idx)->stripPointerCastsSameRepresentation(); in DetermineUseCaptureKind()
H A DLazyValueInfo.cpp1851 isKnownNonZero(V->stripPointerCastsSameRepresentation(), DL)) { in getPredicateAt()
H A DValueTracking.cpp7512 auto *StrippedV = V->stripPointerCastsSameRepresentation(); in isGuaranteedNotToBeUndefOrPoison()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp702 const Value *Value::stripPointerCastsSameRepresentation() const { in stripPointerCastsSameRepresentation() function in Value