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

/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1280 APInt G0 = AM.abs(); local
1282 APInt Q = G0; // these need to be initialized
1283 APInt R = G0;
1284 APInt::sdivrem(G0, G1, Q, R);
1288 G0 = G1; G1 = R;
1289 APInt::sdivrem(G0, G1, Q, R);

Completed in 138 milliseconds