Searched defs:getValueOperand (Results 1 – 2 of 2) sorted by relevance
383 Value *getValueOperand() { return getOperand(0); } in getValueOperand() function384 const Value *getValueOperand() const { return getOperand(0); } in getValueOperand() function
441 Value *StoreInst::getValueOperand() const { in getValueOperand() function in llvm::sandboxir::StoreInst