Home | History | Annotate | Download | only in Analysis

Lines Matching full:apdelta

1292   APInt APDelta = ConstDelta->getAPInt();
1294 APInt Distance = APDelta; // these need to be initialzed
1295 APInt Remainder = APDelta;
1296 APInt::sdivrem(APDelta, APCoeff, Distance, Remainder);