Home | History | Annotate | Download | only in Analysis

Lines Matching defs:Val2

1465       APInt Val2;
1468 Val2 = Val.lshr(NextWidth);
1469 Val2 = Val2.trunc(Val.getBitWidth()/2);
1473 if (Val != Val2)