Lines Matching refs:Remainder
1121 APInt Remainder = ConstDelta; in strongSIVtest() local
1122 APInt::sdivrem(ConstDelta, ConstCoeff, Distance, Remainder); in strongSIVtest()
1124 DEBUG(dbgs() << "\t Remainder = " << Remainder << "\n"); in strongSIVtest()
1126 if (Remainder != 0) { in strongSIVtest()
1313 APInt Remainder = APDelta; in weakCrossingSIVtest() local
1314 APInt::sdivrem(APDelta, APCoeff, Distance, Remainder); in weakCrossingSIVtest()
1315 DEBUG(dbgs() << "\t Remainder = " << Remainder << "\n"); in weakCrossingSIVtest()
1316 if (Remainder != 0) { in weakCrossingSIVtest()
1326 Remainder = Distance.srem(Two); in weakCrossingSIVtest()
1327 DEBUG(dbgs() << "\t Remainder = " << Remainder << "\n"); in weakCrossingSIVtest()
1328 if (Remainder != 0) { in weakCrossingSIVtest()
2370 APInt Remainder = ConstDelta.srem(RunningGCD); in gcdMIVtest() local
2371 if (Remainder != 0) { in gcdMIVtest()
2451 Remainder = ConstDelta.srem(RunningGCD); in gcdMIVtest()
2452 DEBUG(dbgs() << "\tRemainder = " << Remainder << "\n"); in gcdMIVtest()
2453 if (Remainder != 0) { in gcdMIVtest()