llvm::CallBase::getDataOperandNo

Return the data-operand index for use U.

Synopsis

Declared in <llvm/IR/InstrTypes.h>

unsigned int
getDataOperandNo(Use const* U) const;

Return Value

Zero-based data operand index.

Parameters

NameDescription
UUse of a data operand of this call.