Home
last modified time | relevance | path

Searched refs:stripInBoundsOffsets (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h512 Value *stripInBoundsOffsets();
513 const Value *stripInBoundsOffsets() const { in stripInBoundsOffsets() function
514 return const_cast<Value*>(this)->stripInBoundsOffsets(); in stripInBoundsOffsets()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValue.h617 const Value *stripInBoundsOffsets() const;
618 Value *stripInBoundsOffsets() { in stripInBoundsOffsets() function
620 static_cast<const Value *>(this)->stripInBoundsOffsets()); in stripInBoundsOffsets()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp310 Addr = Addr->stripInBoundsOffsets(); in shouldInstrumentReadWriteFromAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DValue.cpp605 const Value *Value::stripInBoundsOffsets() const { in stripInBoundsOffsets() function in Value
DVerifier.cpp2901 if (auto AI = dyn_cast<AllocaInst>(InAllocaArg->stripInBoundsOffsets())) in visitCallBase()
2912 if (auto AI = dyn_cast<AllocaInst>(SwiftErrorArg->stripInBoundsOffsets())) { in visitCallBase()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp2661 if (AllocaInst *AI = dyn_cast<AllocaInst>(V->stripInBoundsOffsets())) in visitStoreInst()
2949 dyn_cast<AllocaInst>(OtherPtr->stripInBoundsOffsets())) { in visitMemTransferInst()
3940 StoreBasePtr->stripInBoundsOffsets())) { in presplitLoadsAndStores()
4058 LoadBasePtr->stripInBoundsOffsets())) { in presplitLoadsAndStores()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp994 Value *Mem = II->getOperand(1)->stripInBoundsOffsets(); in eraseLifetimeMarkersOnInputs()