Home
last modified time | relevance | path

Searched refs:TrySimplifyAddSubWithZeroInput (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.h149 bool TrySimplifyAddSubWithZeroInput(Inst *inst);
Dpeepholes.cpp1564 if (visitor->TrySimplifyAddSubWithZeroInput(inst)) { in VisitAddOverflowCheck()
1575 if (visitor->TrySimplifyAddSubWithZeroInput(inst)) { in VisitSubOverflowCheck()
1704 bool Peepholes::TrySimplifyAddSubWithZeroInput(Inst *inst) in TrySimplifyAddSubWithZeroInput() function in ark::compiler::Peepholes
1724 if (TrySimplifyAddSubWithZeroInput(inst)) { in TrySimplifyAddSubWithConstInput()