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

References

unittests/IR/ConstantRangeTest.cpp
 1189   EXPECT_EQ(PosLargeLHS.srem(PosMod), Expected);
 1193   EXPECT_EQ(NegLargeLHS.srem(PosMod), Expected);
 1197   EXPECT_EQ(PosNegLargeLHS.srem(PosMod), Expected);
 1202   EXPECT_EQ(PosLHS.srem(PosMod), PosLHS);
 1206   EXPECT_EQ(NegLHS.srem(PosMod), NegLHS);
 1210   EXPECT_EQ(PosNegLHS.srem(PosMod), PosNegLHS);
 1216   EXPECT_EQ(PosSmallLHS.srem(PosMod), PosSmallLHS);
 1220   EXPECT_EQ(NegSmallLHS.srem(PosMod), NegSmallLHS);
 1224   EXPECT_EQ(PosNegSmallLHS.srem(PosMod), PosNegSmallLHS);