Home
last modified time | relevance | path

Searched refs:getCondAndVals (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2628 for (auto [Cond, Val] : getCondAndVals()) { in resolveReferences()
2647 for (auto [Cond, Val] : getCondAndVals()) { in Fold()
2665 return all_of(getCondAndVals(), [](const auto &Pair) { in isConcrete()
2671 return all_of(getCondAndVals(), [](const auto &Pair) { in isComplete()
2679 for (auto [Cond, Val] : getCondAndVals()) { in getAsString()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1049 auto getCondAndVals() const { return zip_equal(getConds(), getVals()); } in getCondAndVals() function