Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValue.h542 const Value *stripPointerCastsSameRepresentation() const;
543 Value *stripPointerCastsSameRepresentation() { in stripPointerCastsSameRepresentation() function
545 ->stripPointerCastsSameRepresentation()); in stripPointerCastsSameRepresentation()
/external/llvm-project/llvm/include/llvm/IR/
DValue.h648 const Value *stripPointerCastsSameRepresentation() const;
649 Value *stripPointerCastsSameRepresentation() { in stripPointerCastsSameRepresentation() function
651 ->stripPointerCastsSameRepresentation()); in stripPointerCastsSameRepresentation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCaptureTracking.cpp360 auto *O = I->getOperand(Idx)->stripPointerCastsSameRepresentation(); in PointerMayBeCaptured()
DLazyValueInfo.cpp1862 isKnownNonZero(V->stripPointerCastsSameRepresentation(), DL)) { in getPredicateAt()
/external/llvm-project/llvm/lib/Analysis/
DCaptureTracking.cpp384 auto *O = I->getOperand(Idx)->stripPointerCastsSameRepresentation(); in PointerMayBeCaptured()
DLazyValueInfo.cpp1755 isKnownNonZero(V->stripPointerCastsSameRepresentation(), DL)) { in getPredicateAt()
DValueTracking.cpp4855 auto *StrippedV = V->stripPointerCastsSameRepresentation(); in isGuaranteedNotToBeUndefOrPoison()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DAlignmentFromAssumptions.cpp218 AAPtr = AAPtr->stripPointerCastsSameRepresentation(); in extractAlignmentInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DValue.cpp538 const Value *Value::stripPointerCastsSameRepresentation() const { in stripPointerCastsSameRepresentation() function in Value
/external/llvm-project/llvm/lib/IR/
DValue.cpp626 const Value *Value::stripPointerCastsSameRepresentation() const { in stripPointerCastsSameRepresentation() function in Value