Searched defs:G0 (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1285 APInt G0 = AM.abs(); local
1287 APInt Q = G0; // these need to be initialized
1288 APInt R = G0;
1289 APInt::sdivrem(G0, G1, Q, R);
1293 G0 = G1; G1 = R;
1294 APInt::sdivrem(G0, G1, Q, R);

Completed in 199 milliseconds