Searched refs:ParseArrayVectorType (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/llvm/lib/AsmParser/ |
H A D | LLParser.h | 313 bool ParseArrayVectorType(Type *&Result, bool isVector);
|
H A D | LLParser.cpp | 1982 if (ParseArrayVectorType(Result, false)) in ParseType() 1992 } else if (ParseArrayVectorType(Result, true)) in ParseType() 2337 return ParseArrayVectorType(ResultTy, true); in ParseStructDefinition() 2401 bool LLParser::ParseArrayVectorType(Type *&Result, bool isVector) { in ParseArrayVectorType() function in LLParser
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
H A D | LLParser.h | 409 bool ParseArrayVectorType(Type *&Result, bool isVector);
|
H A D | LLParser.cpp | 2339 if (ParseArrayVectorType(Result, false)) in ParseType() 2349 } else if (ParseArrayVectorType(Result, true)) in ParseType() 2720 return ParseArrayVectorType(ResultTy, true); in ParseStructDefinition() 2784 bool LLParser::ParseArrayVectorType(Type *&Result, bool isVector) { in ParseArrayVectorType() function in LLParser
|