ΒΆllvm::X86::CondCode GetOppositeBranchCondition(
    llvm::X86::CondCode CC)

Description

GetOppositeBranchCondition - Return the inverse of the specified cond, e.g. turning COND_E to COND_NE.

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

Parameters

llvm::X86::CondCode CC