Searched refs:NarrowConst (Results 1 – 1 of 1) sorted by relevance
7348 const APInt &NarrowConst = Case.getCaseValue()->getValue(); in optimizeSwitchType() local7350 ? NarrowConst.zext(RegWidth) in optimizeSwitchType()7351 : NarrowConst.sext(RegWidth); in optimizeSwitchType()