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

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

Completed in 35 milliseconds