Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.h153 bool TrySimplifyAddSubAdd(Inst *inst, Inst *input0, Inst *input1);
Dpeepholes.cpp133 if (visitor->TrySimplifyAddSubAdd(inst, input0, input1)) { in VisitAddFinalize()
1770 bool Peepholes::TrySimplifyAddSubAdd(Inst *inst, Inst *input0, Inst *input1) in TrySimplifyAddSubAdd() function in ark::compiler::Peepholes