reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

unittests/IR/ConstantRangeTest.cpp
 1224   EXPECT_EQ(PosNegSmallLHS.srem(PosMod), PosNegSmallLHS);
 1224   EXPECT_EQ(PosNegSmallLHS.srem(PosMod), PosNegSmallLHS);
 1225   EXPECT_EQ(PosNegSmallLHS.srem(NegMod), PosNegSmallLHS);
 1225   EXPECT_EQ(PosNegSmallLHS.srem(NegMod), PosNegSmallLHS);
 1226   EXPECT_EQ(PosNegSmallLHS.srem(IntMinMod), PosNegSmallLHS);
 1226   EXPECT_EQ(PosNegSmallLHS.srem(IntMinMod), PosNegSmallLHS);