Searched defs:getValueOperand (Results 1 – 4 of 4) sorted by relevance
397 Value *getValueOperand() { return getOperand(0); } in getValueOperand() function398 const Value *getValueOperand() const { return getOperand(0); } in getValueOperand() function
398 Value *getValueOperand() { return getOperand(0); } in getValueOperand() function399 const Value *getValueOperand() const { return getOperand(0); } in getValueOperand() function
426 Value *getValueOperand() { return getOperand(0); } in getValueOperand() function427 const Value *getValueOperand() const { return getOperand(0); } in getValueOperand() function
228 llvm::Value *getValueOperand() const { in getValueOperand() function