llvm::sandboxir::PHINode::classof

For isa/dyn_cast.

Synopsis

Declared in <llvm/SandboxIR/Instruction.h>

static
bool
classof(Value const* From);

Return Value

True if From is an instance of this class.

Parameters

NameDescription
FromValue to test for PHINode.