Return true if this instruction is a select instruction.
Declared in <llvm/CodeGen/MachineInstr.h>
bool
isSelect(QueryType Type = IgnoreBundle) const;
True if the instruction is a select.
| Name | Description |
|---|---|
| Type | How to query when this instruction is part of a bundle. |