Searched refs:TruncatedCase (Results 1 – 1 of 1) sorted by relevance
4200 APInt TruncatedCase = Case.getCaseValue()->getValue().trunc(NewWidth); in visitSwitchInst() local4201 Case.setValue(ConstantInt::get(SI.getContext(), TruncatedCase)); in visitSwitchInst()4243 APInt TruncatedCase = Case.getCaseValue()->getValue().trunc(NewWidth); in visitSwitchInst() local4244 Case.setValue(ConstantInt::get(SI.getContext(), TruncatedCase)); in visitSwitchInst()