Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DValue.cpp538 const Value *Value::stripPointerCastsSameRepresentation() const { in stripPointerCastsSameRepresentation() function in Value