llvm::CallBase::getDataOperandNo

getDataOperandNo overloads

Synopses

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...

Return Value

Zero-based data operand index.

Parameters

NameDescription
UIUser iterator whose use is a data operand.
UUse of a data operand of this call.