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

/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1292 APInt APDelta = ConstDelta->getAPInt(); local
1294 APInt Distance = APDelta; // these need to be initialzed
1295 APInt Remainder = APDelta;
1296 APInt::sdivrem(APDelta, APCoeff, Distance, Remainder);

Completed in 169 milliseconds