Searched refs:TrySimplifyCompareLenArrayWithZero (Results 1 – 2 of 2) sorted by relevance
169 static bool TrySimplifyCompareLenArrayWithZero(Inst *inst);
967 } else if (TrySimplifyCompareLenArrayWithZero(inst)) { in VisitCompare()2332 bool Peepholes::TrySimplifyCompareLenArrayWithZero(Inst *inst) in TrySimplifyCompareLenArrayWithZero() function in ark::compiler::Peepholes