Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDValue.h542 const Value *stripPointerCastsSameRepresentation() const;
543 Value *stripPointerCastsSameRepresentation() { in stripPointerCastsSameRepresentation() function
545 ->stripPointerCastsSameRepresentation()); in stripPointerCastsSameRepresentation()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDCaptureTracking.cpp360 auto *O = I->getOperand(Idx)->stripPointerCastsSameRepresentation(); in PointerMayBeCaptured()
HDLazyValueInfo.cpp1862 isKnownNonZero(V->stripPointerCastsSameRepresentation(), DL)) { in getPredicateAt()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDValue.cpp538 const Value *Value::stripPointerCastsSameRepresentation() const { in stripPointerCastsSameRepresentation() function in Value