Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:High

82 // MaxParallelChains default is arbitrarily high to avoid affecting
1624 const APInt& High = cast<ConstantInt>(CB.CmpRHS)->getValue();
1630 Cond = DAG.getSetCC(dl, MVT::i1, CmpOp, DAG.getConstant(High, VT),
1636 DAG.getConstant(High-Low, VT), ISD::SETULE);
1980 if (Small.Low == Small.High && Big.Low == Big.High && Small.BB == Big.BB) {
2071 if (I->High == I->Low) {
2074 LHS = SV; RHS = I->High; MHS = NULL;
2077 LHS = I->Low; MHS = SV; RHS = I->High;
2124 const APInt &Last = cast<ConstantInt>(BackCase.High)->getValue();
2175 const APInt &High = cast<ConstantInt>(I->High)->getValue();
2177 if (Low.ule(TEI) && TEI.ule(High)) {
2179 if (TEI==High)
2250 const APInt &Last = cast<ConstantInt>(BackCase.High)->getValue();
2268 const APInt &LEnd = cast<ConstantInt>(I->High)->getValue();
2318 LHSR.first->High == CR.GE &&
2388 numCmps += (I->Low == I->High ? 1 : 2);
2405 const APInt& maxValue = cast<ConstantInt>(BackCase.High)->getValue();
2410 << "High bound: " << maxValue << '\n');
2446 const APInt& highValue = cast<ConstantInt>(I->High)->getValue();
2919 // First check for Src1 in low and Src2 in high
2927 // Then check for Src2 in low and Src1 in high