Searched refs:stripPointerCastsSameRepresentation (Results 1 – 7 of 7) sorted by relevance
664 const Value *stripPointerCastsSameRepresentation() const;665 Value *stripPointerCastsSameRepresentation() { in stripPointerCastsSameRepresentation() function667 ->stripPointerCastsSameRepresentation()); in stripPointerCastsSameRepresentation()
169 auto ADec = decompose(Op0->stripPointerCastsSameRepresentation()); in getConstraint()170 auto BDec = decompose(Op1->stripPointerCastsSameRepresentation()); in getConstraint()
218 AAPtr = AAPtr->stripPointerCastsSameRepresentation(); in extractAlignmentInfo()
346 auto *O = I->getOperand(Idx)->stripPointerCastsSameRepresentation(); in PointerMayBeCaptured()
1728 isKnownNonZero(V->stripPointerCastsSameRepresentation(), DL)) { in getPredicateAt()
5101 auto *StrippedV = V->stripPointerCastsSameRepresentation(); in isGuaranteedNotToBeUndefOrPoison()
657 const Value *Value::stripPointerCastsSameRepresentation() const { in stripPointerCastsSameRepresentation() function in Value