Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CaseVal

2211       ConstantInt *CaseVal = i.getCaseValue();
2212 Constant *LHS = CaseVal;
2215 ? ConstantExpr::getZExt(CaseVal, Cond->getType())
2216 : ConstantExpr::getSExt(CaseVal, Cond->getType());