Searched refs:stripPointerCastsSameRepresentation (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h568 const Value *stripPointerCastsSameRepresentation() const;
569 Value *stripPointerCastsSameRepresentation() { function
571 ->stripPointerCastsSameRepresentation());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCaptureTracking.cpp368 auto *O = I->getOperand(Idx)->stripPointerCastsSameRepresentation();
H A DLazyValueInfo.cpp1752 isKnownNonZero(V->stripPointerCastsSameRepresentation(), DL)) {
H A DValueTracking.cpp4782 // Note that stripPointerCastsSameRepresentation can strip off getelementptr
4789 auto *StrippedV = V->stripPointerCastsSameRepresentation();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp601 const Value *Value::stripPointerCastsSameRepresentation() const { function in class:Value

Completed in 142 milliseconds