llvm::isPreISelGenericOpcode

Check whether the given Opcode is a generic opcode that is not supposed to appear after ISel.

Synopsis

Declared in <llvm/CodeGen/TargetOpcodes.h>

bool
isPreISelGenericOpcode(unsigned int Opcode);

Return Value

true if Opcode is a generic opcode which is not supposed to appear after ISel.

Parameters

NameDescription
OpcodeInstruction opcode to classify.