Searched refs:TrySimplifyAddSubWithConstInput (Results 1 – 2 of 2) sorted by relevance
150 bool TrySimplifyAddSubWithConstInput(Inst *inst);
244 if (visitor->TrySimplifyAddSubWithConstInput(inst)) { in VisitAdd()351 if (visitor->TrySimplifyAddSubWithConstInput(inst)) { in VisitSub()1722 bool Peepholes::TrySimplifyAddSubWithConstInput(Inst *inst) in TrySimplifyAddSubWithConstInput() function in ark::compiler::Peepholes