Searched defs:getValueOperand (Results 1 – 11 of 11) sorted by relevance
397 Value *getValueOperand() { return getOperand(0); } in getValueOperand() function398 const Value *getValueOperand() const { return getOperand(0); } in getValueOperand() function
414 Value *getValueOperand() { return getOperand(0); } in getValueOperand() function415 const Value *getValueOperand() const { return getOperand(0); } in getValueOperand() function
390 Value *getValueOperand() { return getOperand(0); } in getValueOperand() function391 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
234 llvm::Value *getValueOperand() const { in getValueOperand() function