Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h253 Value *getPointerOperand() { return getOperand(0); } in getPointerOperand() function
254 const Value *getPointerOperand() const { return getOperand(0); } in getPointerOperand() function
377 Value *getPointerOperand() { return getOperand(1); } in getPointerOperand() function
378 const Value *getPointerOperand() const { return getOperand(1); } in getPointerOperand() function
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DSandboxIR.cpp530 Value *LoadInst::getPointerOperand() const { in getPointerOperand() function in LoadInst
574 Value *StoreInst::getPointerOperand() const { in getPointerOperand() function in StoreInst
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp911 Value *getPointerOperand() const { in getPointerOperand() function in __anon2439b80b0411::EarlyCSE::ParseMemoryInst
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp269 static const Value *getPointerOperand(const Instruction *I, in getPointerOperand() function