llvm::sandboxir::CallBase::isCallee

Return true if the Use is the callee operand.

Synopsis

Declared in <llvm/SandboxIR/Instruction.h>

bool
isCallee(Use U) const;

Return Value

True if the Use is the callee operand.

Parameters

NameDescription
UUse being tested.