Searched refs:ParseArrayVectorType (Results 1 – 2 of 2) sorted by relevance
307 bool ParseArrayVectorType(Type *&Result, bool isVector);
1818 if (ParseArrayVectorType(Result, false)) in ParseType()1828 } else if (ParseArrayVectorType(Result, true)) in ParseType()2173 return ParseArrayVectorType(ResultTy, true); in ParseStructDefinition()2237 bool LLParser::ParseArrayVectorType(Type *&Result, bool isVector) { in ParseArrayVectorType() function in LLParser