Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.h407 bool ParseArrayVectorType(Type *&Result, bool isVector);
H A DLLParser.cpp2273 if (ParseArrayVectorType(Result, false)) in ParseType()
2283 } else if (ParseArrayVectorType(Result, true)) in ParseType()
2624 return ParseArrayVectorType(ResultTy, true); in ParseStructDefinition()
2687 bool LLParser::ParseArrayVectorType(Type *&Result, bool isVector) { in ParseArrayVectorType() function in LLParser