Home
last modified time | relevance | path

Searched defs:getPointerOperand (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstructions.h295 Value *getPointerOperand() { return getOperand(0); } in getPointerOperand() function
296 const Value *getPointerOperand() const { return getOperand(0); } in getPointerOperand() function
429 Value *getPointerOperand() { return getOperand(1); } in getPointerOperand() function
430 const Value *getPointerOperand() const { return getOperand(1); } in getPointerOperand() function
DOperator.h487 Value *getPointerOperand() { in getPointerOperand() function
490 const Value *getPointerOperand() const { in getPointerOperand() function
565 Value *getPointerOperand() { in getPointerOperand() function
568 const Value *getPointerOperand() const { in getPointerOperand() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp713 Value *getPointerOperand() const { in getPointerOperand() function in __anon64dca3550311::EarlyCSE::ParseMemoryInst