Lines Matching defs:BM
1490 // Computes the GCD of AM and BM.
1493 static bool findGCD(unsigned Bits, const APInt &AM, const APInt &BM,
1498 APInt G1 = BM.abs();
1511 Y = BM.slt(0) ? B1 : -B1;
1573 LLVM_DEBUG(dbgs() << "\t DstCoeff = " << *DstCoeff << " = BM\n");
1593 APInt BM = ConstDstCoeff->getAPInt();
1596 if (findGCD(Bits, AM, BM, CM, G, X, Y)) {
1626 APInt TB = BM.sdiv(G);
1960 LLVM_DEBUG(dbgs() << "\t DstCoeff = " << *DstCoeff << " = BM\n");
1976 APInt BM = ConstDstCoeff->getAPInt();
1979 if (findGCD(Bits, AM, BM, CM, G, X, Y)) {
2018 APInt TB = BM.sdiv(G);