Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DValue.h655 const Value *stripPointerCastsSameRepresentation() const;
656 Value *stripPointerCastsSameRepresentation() { in stripPointerCastsSameRepresentation() function
658 ->stripPointerCastsSameRepresentation()); in stripPointerCastsSameRepresentation()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DAlignmentFromAssumptions.cpp218 AAPtr = AAPtr->stripPointerCastsSameRepresentation(); in extractAlignmentInfo()
H A DConstraintElimination.cpp316 auto ADec = decompose(Op0->stripPointerCastsSameRepresentation(), in getConstraint()
318 auto BDec = decompose(Op1->stripPointerCastsSameRepresentation(), in getConstraint()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DCaptureTracking.cpp412 auto *O = I->getOperand(Idx)->stripPointerCastsSameRepresentation(); in DetermineUseCaptureKind()
H A DLazyValueInfo.cpp1755 isKnownNonZero(V->stripPointerCastsSameRepresentation(), DL)) { in getPredicateAt()
H A DValueTracking.cpp5306 auto *StrippedV = V->stripPointerCastsSameRepresentation(); in isGuaranteedNotToBeUndefOrPoison()
/llvm-project-15.0.7/llvm/lib/IR/
H A DValue.cpp690 const Value *Value::stripPointerCastsSameRepresentation() const { in stripPointerCastsSameRepresentation() function in Value