ΒΆllvm::X86::CondCode getCondFromMI(
const llvm::MachineInstr& MI)
llvm::X86::CondCode getCondFromMI(
const llvm::MachineInstr& MI)
Description
Return the condition code of the instruction. If the instruction doesn't have a condition code, return X86::COND_INVALID.
Declared at: llvm/lib/Target/X86/X86InstrInfo.h:49
Parameters
- const llvm::MachineInstr& MI