Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.h152 bool TrySimplifyAddSubSub(Inst *inst, Inst *input0, Inst *input1);
Dpeepholes.cpp139 if (visitor->TrySimplifyAddSubSub(inst, input0, input1)) { in VisitAddFinalize()
1936 bool Peepholes::TrySimplifyAddSubSub(Inst *inst, Inst *input0, Inst *input1) in TrySimplifyAddSubSub() function in panda::compiler::Peepholes