llvm::sandboxir::CallBase::isDataOperand

Return true if the Use is a data operand.

Synopsis

Declared in <llvm/SandboxIR/Instruction.h>

bool
isDataOperand(Use U) const;

Return Value

True if the Use is a data operand.

Parameters

NameDescription
UUse being tested.