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

References

unittests/IR/ConstantRangeTest.cpp
 1220   EXPECT_EQ(NegSmallLHS.srem(PosMod), NegSmallLHS);
 1220   EXPECT_EQ(NegSmallLHS.srem(PosMod), NegSmallLHS);
 1221   EXPECT_EQ(NegSmallLHS.srem(NegMod), NegSmallLHS);
 1221   EXPECT_EQ(NegSmallLHS.srem(NegMod), NegSmallLHS);
 1222   EXPECT_EQ(NegSmallLHS.srem(IntMinMod), NegSmallLHS);
 1222   EXPECT_EQ(NegSmallLHS.srem(IntMinMod), NegSmallLHS);