Searched refs:parseArrayVectorType (Results 1 – 6 of 6) sorted by relevance
436 bool parseArrayVectorType(Type *&Result, bool IsVector);
460 bool parseArrayVectorType(Type *&Result, bool IsVector);
447 bool parseArrayVectorType(Type *&Result, bool IsVector);
457 bool parseArrayVectorType(Type *&Result, bool IsVector);
2607 if (parseArrayVectorType(Result, false)) in parseType()2617 } else if (parseArrayVectorType(Result, true)) in parseType()2993 return parseArrayVectorType(ResultTy, true); in parseStructDefinition()3059 bool LLParser::parseArrayVectorType(Type *&Result, bool IsVector) { in parseArrayVectorType() function in LLParser