llvm::MachineInstr::isPseudo

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

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