Searched refs:LowCC (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 2507 ISD::CondCode LowCC; in IntegerExpandSetCCOperands() local 2511 case ISD::SETULT: LowCC = ISD::SETULT; break; in IntegerExpandSetCCOperands() 2513 case ISD::SETUGT: LowCC = ISD::SETUGT; break; in IntegerExpandSetCCOperands() 2515 case ISD::SETULE: LowCC = ISD::SETULE; break; in IntegerExpandSetCCOperands() 2517 case ISD::SETUGE: LowCC = ISD::SETUGE; break; in IntegerExpandSetCCOperands() 2529 LHSLo, RHSLo, LowCC, false, DagCombineInfo, dl); in IntegerExpandSetCCOperands() 2532 LHSLo, RHSLo, LowCC); in IntegerExpandSetCCOperands()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 2830 ISD::CondCode LowCC; in IntegerExpandSetCCOperands() local 2834 case ISD::SETULT: LowCC = ISD::SETULT; break; in IntegerExpandSetCCOperands() 2836 case ISD::SETUGT: LowCC = ISD::SETUGT; break; in IntegerExpandSetCCOperands() 2838 case ISD::SETULE: LowCC = ISD::SETULE; break; in IntegerExpandSetCCOperands() 2840 case ISD::SETUGE: LowCC = ISD::SETUGE; break; in IntegerExpandSetCCOperands() 2855 LHSLo, RHSLo, LowCC, false, DagCombineInfo, dl); in IntegerExpandSetCCOperands() 2858 LHSLo, RHSLo, LowCC); in IntegerExpandSetCCOperands()
|