Searched defs:SETULT (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h759 /// SETGE,SETULT,SETULE,SETUGT, and SETUGE opcodes are used.
777 SETULT, // 1 1 0 0 True if unordered or less than enumerator in enum:llvm::ISD::CondCode
803 return Code == SETUGT || Code == SETUGE || Code == SETULT || Code == SETULE;

Completed in 34 milliseconds