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