Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.h155 bool TrySimplifySubAddAdd(Inst *inst, Inst *input0, Inst *input1);
Dpeepholes.cpp288 if (visitor->TrySimplifySubAddAdd(inst, input0, input1)) { in VisitSubFinalize()
1835 bool Peepholes::TrySimplifySubAddAdd(Inst *inst, Inst *input0, Inst *input1) in TrySimplifySubAddAdd() function in ark::compiler::Peepholes