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

References

unittests/IR/ConstantRangeTest.cpp
 1204   EXPECT_EQ(PosLHS.srem(IntMinMod), PosLHS);
 1208   EXPECT_EQ(NegLHS.srem(IntMinMod), NegLHS);
 1212   EXPECT_EQ(PosNegLHS.srem(IntMinMod), PosNegLHS);
 1218   EXPECT_EQ(PosSmallLHS.srem(IntMinMod), PosSmallLHS);
 1222   EXPECT_EQ(NegSmallLHS.srem(IntMinMod), NegSmallLHS);
 1226   EXPECT_EQ(PosNegSmallLHS.srem(IntMinMod), PosNegSmallLHS);