Home
last modified time | relevance | path

Searched refs:LowCC (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp4794 ISD::CondCode LowCC; in IntegerExpandSetCCOperands() local
4798 case ISD::SETULT: LowCC = ISD::SETULT; break; in IntegerExpandSetCCOperands()
4800 case ISD::SETUGT: LowCC = ISD::SETUGT; break; in IntegerExpandSetCCOperands()
4802 case ISD::SETULE: LowCC = ISD::SETULE; break; in IntegerExpandSetCCOperands()
4804 case ISD::SETUGE: LowCC = ISD::SETUGE; break; in IntegerExpandSetCCOperands()
4819 RHSLo, LowCC, false, DagCombineInfo, dl); in IntegerExpandSetCCOperands()
4822 RHSLo, LowCC); in IntegerExpandSetCCOperands()