Searched defs:SETULE (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.
778 SETULE, // 1 1 0 1 True if unordered, less than, or equal enumerator in enum:llvm::ISD::CondCode
803 return Code == SETUGT || Code == SETUGE || Code == SETULT || Code == SETULE;

Completed in 58 milliseconds