Home | History | Annotate | Download | only in Analysis

Lines Matching defs:G0

1333   APInt G0 = AM.abs();
1335 APInt Q = G0; // these need to be initialized
1336 APInt R = G0;
1337 APInt::sdivrem(G0, G1, Q, R);
1341 G0 = G1; G1 = R;
1342 APInt::sdivrem(G0, G1, Q, R);