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