Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp2358 bool HasUnresolvedTypes = false; in InferAllTypes() local
2360 HasUnresolvedTypes |= Tree->ContainsUnresolvedType(); in InferAllTypes()
2361 return !HasUnresolvedTypes; in InferAllTypes()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp3024 bool HasUnresolvedTypes = false; in InferAllTypes() local
3026 HasUnresolvedTypes |= Tree->ContainsUnresolvedType(*this); in InferAllTypes()
3027 return !HasUnresolvedTypes; in InferAllTypes()