Home
last modified time | relevance | path

Searched defs:getValueOperand (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h383 Value *getValueOperand() { return getOperand(0); } in getValueOperand() function
384 const Value *getValueOperand() const { return getOperand(0); } in getValueOperand() function
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp441 Value *StoreInst::getValueOperand() const { in getValueOperand() function in llvm::sandboxir::StoreInst