Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dgate_matchers.h200 bool IsNegative() const in IsNegative() function
238 bool IsNegative() const in IsNegative() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_const.h146 bool IsNegative() const in IsNegative() function in maple::MIRIntConst
153 return !IsNegative() && value != 0; in IsPositive()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dbounds_analysis.cpp194 if (!range.IsConst() || range.IsNegative()) { in Shr()
214 if (!range.IsConst() || range.IsNegative()) { in AShr()
226 if (!range.IsConst() || range.IsNegative()) { in Shl()
323 bool BoundsRange::IsNegative() const in IsNegative() function in ark::compiler::BoundsRange
1376 } else if (IsLenArray(input0) && range1.IsNegative()) { in CalcNewBoundsRangeAdd()
1378 } else if (IsLenArray(input1) && range0.IsNegative()) { in CalcNewBoundsRangeAdd()
H A Dbounds_analysis.h104 bool IsNegative() const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
H A Daarch64_mop_split.h105 if (immOpnd->IsNegative()) { in AddInsnSplit()
206 if (immOpnd->IsNegative()) { in SubInsnSplit()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dchecks_elimination.cpp369 if (indexRange.IsNegative() || indexRange.IsMoreOrEqual(lenArrayRange)) { in VisitBoundsCheck()
700 result = range.IsNegative(); in TryRemoveCheckByBounds()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Doperand.h656 bool IsNegative() const in IsNegative() function in maplebe::ImmOperand
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_cgfunc.cpp1427 if (immOpnd->IsNegative()) { in SelectAdd()
1513 if (immOpnd->IsNegative()) { in SelectSub()
3983 if (intOfst->GetExtValue() > INT32_MAX || intOfst->IsNegative()) {

Completed in 19 milliseconds