Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLParser.h293 bool ParseArrayVectorType(Type *&Result, bool isVector);
DLLParser.cpp1694 if (ParseArrayVectorType(Result, false)) in ParseType()
1704 } else if (ParseArrayVectorType(Result, true)) in ParseType()
1997 return ParseArrayVectorType(ResultTy, true); in ParseStructDefinition()
2061 bool LLParser::ParseArrayVectorType(Type *&Result, bool isVector) { in ParseArrayVectorType() function in LLParser