Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDInstructions.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-13-stable/contrib/llvm-project/llvm/lib/SandboxIR/
HDSandboxIR.cpp530 Value *LoadInst::getPointerOperand() const { in getPointerOperand() function in LoadInst
574 Value *StoreInst::getPointerOperand() const { in getPointerOperand() function in StoreInst
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDEarlyCSE.cpp911 Value *getPointerOperand() const { in getPointerOperand() function in __anon44c446a40411::EarlyCSE::ParseMemoryInst
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDAttributorAttributes.cpp269 static const Value *getPointerOperand(const Instruction *I, in getPointerOperand() function