Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:High

81 // MaxParallelChains default is arbitrarily high to avoid affecting
1619 const APInt& High = cast<ConstantInt>(CB.CmpRHS)->getValue();
1625 Cond = DAG.getSetCC(dl, MVT::i1, CmpOp, DAG.getConstant(High, VT),
1631 DAG.getConstant(High-Low, VT), ISD::SETULE);
1976 if (Small.Low == Small.High && Big.Low == Big.High && Small.BB == Big.BB) {
2068 if (I->High == I->Low) {
2071 LHS = SV; RHS = I->High; MHS = NULL;
2074 LHS = I->Low; MHS = SV; RHS = I->High;
2121 const APInt &Last = cast<ConstantInt>(BackCase.High)->getValue();
2171 const APInt &High = cast<ConstantInt>(I->High)->getValue();
2173 if (Low.ule(TEI) && TEI.ule(High)) {
2175 if (TEI==High)
2246 const APInt &Last = cast<ConstantInt>(BackCase.High)->getValue();
2264 const APInt &LEnd = cast<ConstantInt>(I->High)->getValue();
2312 LHSR.first->High == CR.GE &&
2381 numCmps += (I->Low == I->High ? 1 : 2);
2398 const APInt& maxValue = cast<ConstantInt>(BackCase.High)->getValue();
2403 << "High bound: " << maxValue << '\n');
2439 const APInt& highValue = cast<ConstantInt>(I->High)->getValue();
2908 // First check for Src1 in low and Src2 in high
2916 // Then check for Src2 in low and Src1 in high