Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DValue.h664 const Value *stripPointerCastsSameRepresentation() const;
665 Value *stripPointerCastsSameRepresentation() { in stripPointerCastsSameRepresentation() function
667 ->stripPointerCastsSameRepresentation()); in stripPointerCastsSameRepresentation()
/netbsd-src/external/apache2/llvm/dist/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.cpp218 AAPtr = AAPtr->stripPointerCastsSameRepresentation(); in extractAlignmentInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCaptureTracking.cpp346 auto *O = I->getOperand(Idx)->stripPointerCastsSameRepresentation(); in PointerMayBeCaptured()
H A DLazyValueInfo.cpp1728 isKnownNonZero(V->stripPointerCastsSameRepresentation(), DL)) { in getPredicateAt()
H A DValueTracking.cpp5101 auto *StrippedV = V->stripPointerCastsSameRepresentation(); in isGuaranteedNotToBeUndefOrPoison()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DValue.cpp657 const Value *Value::stripPointerCastsSameRepresentation() const { in stripPointerCastsSameRepresentation() function in Value