getDataOperandNo overloads
Declared in <llvm/IR/InstrTypes.h>
Return the data-operand index for the use from iterator UI.
unsigned int
getDataOperandNo(Value::const_user_iterator UI) const;
» more...
Return the data-operand index for use U.
unsigned int
getDataOperandNo(Use const* U) const;
» more...
Zero-based data operand index.
| Name | Description |
|---|---|
| UI | User iterator whose use is a data operand. |
| U | Use of a data operand of this call. |