Searched refs:TrySimplifyAddSubAdd (Results 1 – 2 of 2) sorted by relevance
153 bool TrySimplifyAddSubAdd(Inst *inst, Inst *input0, Inst *input1);
133 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