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

Synopsis

Declared in <llvm/CodeGen/ISDOpcodes.h>

bool
isSignedIntSetCC(CondCode Code);

Return Value

True if Code is a signed integer comparison.

Parameters

Name

Description

Code

Condition code to test.

Created with MrDocs