Check whether the given Opcode is a target‐specific opcode.
Synopsis
Declared in <llvm/CodeGen/TargetOpcodes.h>
bool
isTargetSpecificOpcode(unsigned int Opcode);
Return Value
true if Opcode is a target‐specific opcode.
Parameters
Name |
Description |
Opcode |
Instruction opcode to classify. |
Created with MrDocs