Home
last modified time | relevance | path

Searched defs:mayBeId (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/lib/Analysis/
DAffineStructures.cpp1961 for (const auto &mayBeId : ids) { in findId() local
1972 return llvm::any_of(ids, [&](const Optional<Value> &mayBeId) { in containsId()