reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1772 Remainder = APInt(BitWidth, RemVal); 1785 Remainder = APInt(BitWidth, 0); // 0 % Y ===> 0 1791 Remainder = APInt(BitWidth, 0); // X % 1 ===> 0 1795 Remainder = LHS; // X % Y ===> X, iff X < Y 1802 Remainder = APInt(BitWidth, 0); // X % X ===> 0; 1811 Remainder.reallocate(BitWidth); 1818 Remainder = lhsValue % rhsValue; 1824 Remainder.U.pVal); 1828 std::memset(Remainder.U.pVal + rhsWords, 0,