Lines Matching defs:BM
1491 // Computes the GCD of AM and BM.
1494 static bool findGCD(unsigned Bits, const APInt &AM, const APInt &BM,
1499 APInt G1 = BM.abs();
1512 Y = BM.slt(0) ? B1 : -B1;
1574 LLVM_DEBUG(dbgs() << "\t DstCoeff = " << *DstCoeff << " = BM\n");
1594 APInt BM = ConstDstCoeff->getAPInt();
1597 if (findGCD(Bits, AM, BM, CM, G, X, Y)) {
1627 APInt TB = BM.sdiv(G);
1961 LLVM_DEBUG(dbgs() << "\t DstCoeff = " << *DstCoeff << " = BM\n");
1977 APInt BM = ConstDstCoeff->getAPInt();
1980 if (findGCD(Bits, AM, BM, CM, G, X, Y)) {
2019 APInt TB = BM.sdiv(G);