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