Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.h150 bool TrySimplifyAddSubWithConstInput(Inst *inst);
Dpeepholes.cpp244 if (visitor->TrySimplifyAddSubWithConstInput(inst)) { in VisitAdd()
351 if (visitor->TrySimplifyAddSubWithConstInput(inst)) { in VisitSub()
1722 bool Peepholes::TrySimplifyAddSubWithConstInput(Inst *inst) in TrySimplifyAddSubWithConstInput() function in ark::compiler::Peepholes