llvm::MachineInstr::isSelect

Return true if this instruction is a select instruction.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

bool
isSelect(QueryType Type = IgnoreBundle) const;

Return Value

True if the instruction is a select.

Parameters

NameDescription
TypeHow to query when this instruction is part of a bundle.