Searched refs:TrySimplifyAddSubWithZeroInput (Results 1 – 2 of 2) sorted by relevance
149 bool TrySimplifyAddSubWithZeroInput(Inst *inst);
1564 if (visitor->TrySimplifyAddSubWithZeroInput(inst)) { in VisitAddOverflowCheck()1575 if (visitor->TrySimplifyAddSubWithZeroInput(inst)) { in VisitSubOverflowCheck()1704 bool Peepholes::TrySimplifyAddSubWithZeroInput(Inst *inst) in TrySimplifyAddSubWithZeroInput() function in ark::compiler::Peepholes1724 if (TrySimplifyAddSubWithZeroInput(inst)) { in TrySimplifyAddSubWithConstInput()