Searched refs:stripPointerCastsSameRepresentation (Results 1 – 7 of 7) sorted by relevance
664 const Value *stripPointerCastsSameRepresentation() const;665 Value *stripPointerCastsSameRepresentation() { in stripPointerCastsForAliasAnalysis() 667 ->stripPointerCastsSameRepresentation()); in stripPointerCastsForAliasAnalysis() 653 Value *stripPointerCastsSameRepresentation() { stripPointerCastsSameRepresentation() function
171 AAPtr = AAPtr->stripPointerCastsSameRepresentation(); in extractAlignmentInfo()
662 auto ADec = decompose(Op0->stripPointerCastsSameRepresentation(), in getConstraint()664 auto BDec = decompose(Op1->stripPointerCastsSameRepresentation(), in getConstraint()
387 auto *O = I->getOperand(Idx)->stripPointerCastsSameRepresentation(); in DetermineUseCaptureKind()
1851 isKnownNonZero(V->stripPointerCastsSameRepresentation(), DL)) { in getPredicateAt()
7512 auto *StrippedV = V->stripPointerCastsSameRepresentation(); in isGuaranteedNotToBeUndefOrPoison()
702 const Value *Value::stripPointerCastsSameRepresentation() const { in stripPointerCastsSameRepresentation() function in Value