Home
last modified time | relevance | path

Searched refs: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
1962 if (mayBeId.hasValue() && mayBeId.getValue() == id) { in findId()
1972 return llvm::any_of(ids, [&](const Optional<Value> &mayBeId) { in containsId() argument
1973 return mayBeId.hasValue() && mayBeId.getValue() == id; in containsId()