Home | History | Annotate | Download | only in Reader

Lines Matching refs:Low

2671             APInt Low;
2675 Low = ReadWideAPInt(makeArrayRef(&Record[CurIdx], ActiveWords),
2692 for ( ; Low.ule(High); ++Low)
2693 CaseVals.push_back(ConstantInt::get(Context, Low));
2695 CaseVals.push_back(ConstantInt::get(Context, Low));