Home
last modified time | relevance | path

Searched refs:GetMin (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dhistogram_test.cpp48 ASSERT_EQ(lhs.GetMin(), rhs.GetMin()); in CompareTwoHistogram()
110 ASSERT_EQ(hist.GetMin(), -12_I); in TEST_F()
125 ASSERT_EQ(hist.GetMin(), IntWrapper(-12_I)); in TEST_F()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Drange_analysis.cpp240 if (shift.GetMin() != shift.GetMax()) { in GetRangeOfShift()
301 return RangeInfo(range.GetMin() + 1, INT32_MAX); in GetRangeOfCompare()
303 return RangeInfo(range.GetMin(), INT32_MAX); in GetRangeOfCompare()
393 log += " range = [" + std::to_string(range.GetMin()) + "," + std::to_string(range.GetMax()) + "]"; in PrintRangeInfo()
H A Dnumber_gate_info.h126 int32_t GetMin() const in GetMin() function in panda::ecmascript::kungfu::RangeInfo
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dhistogram.h70 Value GetMin() const in GetMin() function in ark::SimpleHistogram
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dbounds_analysis.h39 explicit BoundsRange(DataType::Type type = DataType::INT64) : left_(GetMin(type)), right_(GetMax(type)) {}; in BoundsRange()
114 static int64_t GetMin(DataType::Type type);
H A Dbounds_analysis.cpp49 ASSERT(GetMin(type) <= left); in BoundsRange()
281 return left_ <= GetMin(type) && right_ >= GetMax(type); in IsMaxRange()
340 return left_ <= GetMin(type) || right_ >= GetMax(type); in CanOverflow()
353 int64_t BoundsRange::GetMin(DataType::Type type) in GetMin() function in ark::compiler::BoundsRange
413 auto typeMin = BoundsRange::GetMin(type); in FitInType()
743 ASSERT(range.GetLeft() >= BoundsRange::GetMin(inst->GetType())); in SetBoundsRange()
H A Dcountable_loop_parser.cpp166 int64_t minTest = BoundsRange::GetMin(type) + static_cast<int64_t>(loopInfo.constStep); in GetLoopIterations()
/arkcompiler/runtime_core/static_core/runtime/coroutines/
H A Dcoroutine_stats.cpp169 metricData[aggrId] = std::min(metricData[aggrId], ws->GetTimeStatValue(id).GetMin()); in GenerateTimeStatsDataArray()

Completed in 7 milliseconds