Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/Common/
HDCodeGenDAGPatterns.cpp3134 bool HasUnresolvedTypes = false; in InferAllTypes() local
3136 HasUnresolvedTypes |= Tree->ContainsUnresolvedType(*this); in InferAllTypes()
3137 return !HasUnresolvedTypes; in InferAllTypes()