reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1670 assert(BitWidth == RHS.BitWidth && "Bit widths must be the same"); 1672 assert(RHS.U.VAL != 0 && "Remainder by zero?"); 1673 return APInt(BitWidth, U.VAL % RHS.U.VAL); 1680 unsigned rhsBits = RHS.getActiveBits(); 1691 if (lhsWords < rhsWords || this->ult(RHS)) 1694 if (*this == RHS) 1699 return APInt(BitWidth, U.pVal[0] % RHS.U.pVal[0]); 1703 divide(U.pVal, lhsWords, RHS.U.pVal, rhsWords, nullptr, Remainder.U.pVal);