Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h677 LLVM_ABI const Value *stripPointerCastsSameRepresentation() const;
678 Value *stripPointerCastsSameRepresentation() { in stripPointerCastsSameRepresentation() function
680 ->stripPointerCastsSameRepresentation()); in stripPointerCastsSameRepresentation()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DAlignmentFromAssumptions.cpp171 AAPtr = AAPtr->stripPointerCastsSameRepresentation(); in extractAlignmentInfo()
H A DConstraintElimination.cpp720 auto ADec = decompose(Op0->stripPointerCastsSameRepresentation(), in getConstraint()
722 auto BDec = decompose(Op1->stripPointerCastsSameRepresentation(), in getConstraint()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp714 const Value *Value::stripPointerCastsSameRepresentation() const { in stripPointerCastsSameRepresentation() function in Value
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1925 isKnownNonZero(V->stripPointerCastsSameRepresentation(), DL)) { in getPredicateAt()
H A DValueTracking.cpp7623 auto *StrippedV = V->stripPointerCastsSameRepresentation(); in isGuaranteedNotToBeUndefOrPoison()