Return true if this is a setcc instruction that performs an equality comparison when used with integer operands.

Synopsis

Declared in <llvm/CodeGen/ISDOpcodes.h>

bool
isIntEqualitySetCC(CondCode Code);

Return Value

True if Code is an integer equality comparison.

Parameters

Name

Description

Code

Condition code to test.

Created with MrDocs