Home
last modified time | relevance | path

Searched refs:IsNegationPattern (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.h226 bool IsNegationPattern(Inst *inst);
Dpeepholes.cpp2875 bool Peepholes::IsNegationPattern(Inst *inst) in IsNegationPattern() function in panda::compiler::Peepholes
2896 if (!IsNegationPattern(inst)) { in TrySimplifyNegationPattern()