});
}
-TEST_F(ConstantRangeTest, UnsignedAddOverflowExhautive) {
+TEST_F(ConstantRangeTest, UnsignedAddOverflowExhaustive) {
TestOverflowExhaustive(
[](const APInt &N1, const APInt &N2) {
bool Overflow;
});
}
-TEST_F(ConstantRangeTest, UnsignedSubOverflowExhautive) {
+TEST_F(ConstantRangeTest, UnsignedSubOverflowExhaustive) {
TestOverflowExhaustive(
[](const APInt &N1, const APInt &N2) {
bool Overflow;
});
}
-TEST_F(ConstantRangeTest, SignedAddOverflowExhautive) {
+TEST_F(ConstantRangeTest, SignedAddOverflowExhaustive) {
TestOverflowExhaustive(
[](const APInt &N1, const APInt &N2) {
bool Overflow;
});
}
-TEST_F(ConstantRangeTest, SignedSubOverflowExhautive) {
+TEST_F(ConstantRangeTest, SignedSubOverflowExhaustive) {
TestOverflowExhaustive(
[](const APInt &N1, const APInt &N2) {
bool Overflow;