Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DOperator.h420 Value *getPointerOperand() { in getPointerOperand() function
423 const Value *getPointerOperand() const { in getPointerOperand() function
523 Value *getPointerOperand() { in getPointerOperand() function
526 const Value *getPointerOperand() const { in getPointerOperand() function
566 Value *getPointerOperand() { return getOperand(0); } in getPointerOperand() function
568 const Value *getPointerOperand() const { return getOperand(0); } in getPointerOperand() function
H A DInstructions.h264 Value *getPointerOperand() { return getOperand(0); } in getPointerOperand() function
265 const Value *getPointerOperand() const { return getOperand(0); } in getPointerOperand() function
393 Value *getPointerOperand() { return getOperand(1); } in getPointerOperand() function
394 const Value *getPointerOperand() const { return getOperand(1); } in getPointerOperand() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp797 Value *getPointerOperand() const { in getPointerOperand() function in __anon76457fe20311::EarlyCSE::ParseMemoryInst
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp241 static const Value *getPointerOperand(const Instruction *I, in getPointerOperand() function