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