Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:RHSR

2307   CaseRange RHSR(Pivot, CR.Range.second);
2335 if ((RHSR.second - RHSR.first) == 1 && CR.LT &&
2336 cast<ConstantInt>(RHSR.first->Low)->getValue() ==
2338 FalseBB = RHSR.first->BB;
2342 WorkList.push_back(CaseRec(FalseBB,CR.LT,C,RHSR));