Home | History | Annotate | Download | only in Analysis

Lines Matching defs:Val2

1504       APInt Val2;
1507 Val2 = Val.lshr(NextWidth);
1508 Val2 = Val2.trunc(Val.getBitWidth()/2);
1512 if (Val != Val2)