Searched defs:overflow (Results 1 - 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | tlab_test.cpp | 76 bool overflow = false; in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| H A D | infer_flags.cpp | 51 bool overflow = startRange.signedAddMayOverflow(tripByStep) != llvm::ConstantRange::OverflowResult::NeverOverflows; in CanOverflow() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | lcr_circuit_builder.cpp | 217 BRANCH_CIR2(Int32LessThan(exp, bits), exit, &overflow); in DoubleToInt() local 242 BRANCH_CIR2(Int32Equal(xInt, Int32(0x80000000)), &overflow, &exit); in DoubleToInt() local 251 BRANCH_CIR2(Int32LessThan(exp, bits), &exit, &overflow); in DoubleToInt() local 311 Branch(DoubleGreaterThan(x, Max), &overflow, in DoubleInRangeInt32() local [all...] |
| H A D | array_bounds_check_elimination.cpp | 233 bool overflow = ((constValue < 0 && (newLower > lower)) || in DoBinaryArithmeticOp() local 280 bool overflow = ((constValue < 0 && (newLower > lower)) || in DoUnaryArithmeticOp() local
|
| H A D | new_object_stub_builder.cpp | 603 BRANCH(Int32UnsignedGreaterThan(len, Int32(INT32_MAX)), &overflow, ¬Overflow);
in NewTaggedArrayChecked() local
|
| H A D | stub_builder.cpp | 8309 BRANCH(Int32Equal(xInt, Int32(0x80000000)), &overflow, &exit); in DoubleToInt() local 8318 BRANCH(Int32LessThan(exp, bits), &exit, &overflow); in DoubleToInt() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| H A D | regexp_parser.cpp | 724 bool overflow = false; in ParseDecimalDigits() local
|
| /arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/ |
| H A D | regexp_parser.cpp | 681 bool overflow = false; in ParseDecimalDigits() local
|
Completed in 28 milliseconds