Home | History | Annotate | Download | only in Reader

Lines Matching refs:CaseVals

2666           SmallVector<ConstantInt*, 1> CaseVals;
2693 CaseVals.push_back(ConstantInt::get(Context, Low));
2695 CaseVals.push_back(ConstantInt::get(Context, Low));
2698 for (SmallVector<ConstantInt*, 1>::iterator cvi = CaseVals.begin(),
2699 cve = CaseVals.end(); cvi != cve; ++cvi)