Return true if this instruction has a predicate operand.
Declared in <llvm/CodeGen/MachineInstr.h>
bool
isPredicable(QueryType Type = AllInBundle) const;
The predicate may be 'always' or other values; TargetInstrInfo can modify it.
True if the instruction is predicable.
| Name | Description |
|---|---|
| Type | How to query when this instruction is part of a bundle. |