Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h652 const Value *stripPointerCastsSameRepresentation() const;
653 Value *stripPointerCastsSameRepresentation() { in stripPointerCastsSameRepresentation() function
655 ->stripPointerCastsSameRepresentation()); in stripPointerCastsSameRepresentation()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp169 auto ADec = decompose(Op0->stripPointerCastsSameRepresentation()); in getConstraint()
170 auto BDec = decompose(Op1->stripPointerCastsSameRepresentation()); in getConstraint()
H A DAlignmentFromAssumptions.cpp221 AAPtr = AAPtr->stripPointerCastsSameRepresentation(); in extractAlignmentInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DCaptureTracking.cpp346 auto *O = I->getOperand(Idx)->stripPointerCastsSameRepresentation(); in PointerMayBeCaptured()
H A DLazyValueInfo.cpp1747 isKnownNonZero(V->stripPointerCastsSameRepresentation(), DL)) { in getPredicateAt()
H A DValueTracking.cpp5143 auto *StrippedV = V->stripPointerCastsSameRepresentation(); in isGuaranteedNotToBeUndefOrPoison()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp683 const Value *Value::stripPointerCastsSameRepresentation() const { in stripPointerCastsSameRepresentation() function in Value