Searched refs:LoCmp (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 3326 SDValue LoCmp = DAG.getSelect(DL, NVT, IsHiLeft, LHSL, RHSL); in ExpandIntRes_MINMAX() local 3331 Lo = DAG.getSelect(DL, NVT, IsHiEq, LoMinMax, LoCmp); in ExpandIntRes_MINMAX() 5375 SDValue LoCmp, HiCmp; in IntegerExpandSetCCOperands() local 5378 LoCmp = TLI.SimplifySetCC(getSetCCResultType(LHSLo.getValueType()), LHSLo, in IntegerExpandSetCCOperands() 5380 if (!LoCmp.getNode()) in IntegerExpandSetCCOperands() 5381 LoCmp = DAG.getSetCC(dl, getSetCCResultType(LHSLo.getValueType()), LHSLo, in IntegerExpandSetCCOperands() 5392 ConstantSDNode *LoCmpC = dyn_cast<ConstantSDNode>(LoCmp.getNode()); in IntegerExpandSetCCOperands() 5412 NewLHS = LoCmp; in IntegerExpandSetCCOperands() 5458 NewLHS = DAG.getSelect(dl, LoCmp.getValueType(), NewLHS, LoCmp, HiCmp); in IntegerExpandSetCCOperands()
|