Home
last modified time | relevance | path

Searched refs:IsAddSub (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dcountable_loop_parser.cpp192 if (!inst->IsAddSub()) { in IsInstIncOrDec()
Dbounds_analysis.cpp921 ASSERT(loopInfoValue.update->IsAddSub()); in ProcessCountableLoop()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dchecks_elimination.cpp476 return inst->IsAddSub() && inst->GetInput(1).GetInst()->IsConst(); in IsInstIncOrDec()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h1266 bool IsAddSub() const in IsAddSub() function