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