Searched refs:TrySimplifyNegationPattern (Results 1 – 2 of 2) sorted by relevance
228 bool TrySimplifyNegationPattern(Inst *inst);
264 if (visitor->TrySimplifyNegationPattern(inst)) { in VisitAdd()2836 bool Peepholes::TrySimplifyNegationPattern(Inst *inst) in TrySimplifyNegationPattern() function in ark::compiler::Peepholes