Searched defs:getValueOperand (Results 1 – 2 of 2) sorted by relevance
374 Value *getValueOperand() { return getOperand(0); } in getValueOperand() function375 const Value *getValueOperand() const { return getOperand(0); } in getValueOperand() function
570 Value *StoreInst::getValueOperand() const { in getValueOperand() function in StoreInst