Searched refs:IsNegationPattern (Results 1 – 2 of 2) sorted by relevance
226 bool IsNegationPattern(Inst *inst);
2875 bool Peepholes::IsNegationPattern(Inst *inst) in IsNegationPattern() function in panda::compiler::Peepholes2896 if (!IsNegationPattern(inst)) { in TrySimplifyNegationPattern()