Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:RHSR

2192   CaseRange RHSR(Pivot, CR.Range.second);
2220 if ((RHSR.second - RHSR.first) == 1 && CR.LT &&
2221 cast<ConstantInt>(RHSR.first->Low)->getValue() ==
2223 FalseBB = RHSR.first->BB;
2227 WorkList.push_back(CaseRec(FalseBB,CR.LT,C,RHSR));