Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:High

79 // MaxParallelChains default is arbitrarily high to avoid affecting
1584 const APInt& High = cast<ConstantInt>(CB.CmpRHS)->getValue();
1590 Cond = DAG.getSetCC(dl, MVT::i1, CmpOp, DAG.getConstant(High, VT),
1596 DAG.getConstant(High-Low, VT), ISD::SETULE);
1932 if (Small.Low == Small.High && Big.Low == Big.High && Small.BB == Big.BB) {
2004 if (I->High == I->Low) {
2007 LHS = SV; RHS = I->High; MHS = NULL;
2010 LHS = I->Low; MHS = SV; RHS = I->High;
2055 const APInt &Last = cast<ConstantInt>(BackCase.High)->getValue();
2105 const APInt &High = cast<ConstantInt>(I->High)->getValue();
2107 if (Low.sle(TEI) && TEI.sle(High)) {
2109 if (TEI==High)
2165 const APInt &Last = cast<ConstantInt>(BackCase.High)->getValue();
2183 const APInt &LEnd = cast<ConstantInt>(I->High)->getValue();
2231 LHSR.first->High == CR.GE &&
2300 numCmps += (I->Low == I->High ? 1 : 2);
2317 const APInt& maxValue = cast<ConstantInt>(BackCase.High)->getValue();
2322 << "High bound: " << maxValue << '\n');
2358 const APInt& highValue = cast<ConstantInt>(I->High)->getValue();
2433 const APInt& currentValue = cast<ConstantInt>(I->High)->getValue();
2440 I->High = J->High;
2458 if (I->Low != I->High)
2841 // First check for Src1 in low and Src2 in high
2849 // Then check for Src2 in low and Src1 in high