Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDValue.h664 const Value *stripPointerCastsSameRepresentation() const;
665 Value *stripPointerCastsSameRepresentation() { in stripPointerCastsSameRepresentation() function
667 ->stripPointerCastsSameRepresentation()); in stripPointerCastsSameRepresentation()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDAlignmentFromAssumptions.cpp171 AAPtr = AAPtr->stripPointerCastsSameRepresentation(); in extractAlignmentInfo()
HDConstraintElimination.cpp662 auto ADec = decompose(Op0->stripPointerCastsSameRepresentation(), in getConstraint()
664 auto BDec = decompose(Op1->stripPointerCastsSameRepresentation(), in getConstraint()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDCaptureTracking.cpp387 auto *O = I->getOperand(Idx)->stripPointerCastsSameRepresentation(); in DetermineUseCaptureKind()
HDLazyValueInfo.cpp1851 isKnownNonZero(V->stripPointerCastsSameRepresentation(), DL)) { in getPredicateAt()
HDValueTracking.cpp7512 auto *StrippedV = V->stripPointerCastsSameRepresentation(); in isGuaranteedNotToBeUndefOrPoison()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDValue.cpp702 const Value *Value::stripPointerCastsSameRepresentation() const { in stripPointerCastsSameRepresentation() function in Value