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