Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Val2

1270       APInt Val2;
1273 Val2 = Val.lshr(NextWidth);
1274 Val2 = Val2.trunc(Val.getBitWidth()/2);
1278 if (Val != Val2)