Searched refs:NotDone (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2020 bool NotDone; local
2052 NotDone = (IdxsIdx >= 0);
2053 } while (NotDone);
4393 bool NotDone; local
4441 NotDone = (IdxsIdx >= 0);
4442 } while (NotDone);

Completed in 149 milliseconds