ΒΆstd::pair<CondCode, bool> getX86ConditionCode(
    CmpInst::Predicate Predicate)

Description

Return a pair of condition code for the given predicate and whether the instruction operands should be swaped to match the condition code.

Declared at: llvm/lib/Target/X86/X86InstrInfo.h:38

Parameters

CmpInst::Predicate Predicate