Return true if this is a pseudo instruction that doesn't correspond to a real machine instruction.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

bool
isPseudo(QueryType Type = IgnoreBundle) const;

Parameters

Name

Description

Type

API for querying MachineInstr properties. They are the same as MCInstrDesc queries but they are bundle aware.

Created with MrDocs