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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DISDOpcodes.h708 /// SETGE,SETULT,SETULE,SETUGT, and SETUGE opcodes are used.
726 SETULT, // 1 1 0 0 True if unordered or less than enumerator in enum:llvm::ISD::CondCode
752 return Code == SETUGT || Code == SETUGE || Code == SETULT || Code == SETULE;
/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h846 /// SETGE,SETULT,SETULE,SETUGT, and SETUGE opcodes are used.
864 SETULT, // 1 1 0 0 True if unordered or less than enumerator in enum:llvm::ISD::CondCode
890 return Code == SETUGT || Code == SETUGE || Code == SETULT || Code == SETULE;

Completed in 749 milliseconds