Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/AsmParser/
H A DLLParser.h313 bool ParseArrayVectorType(Type *&Result, bool isVector);
H A DLLParser.cpp1982 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 DLLParser.h409 bool ParseArrayVectorType(Type *&Result, bool isVector);
H A DLLParser.cpp2339 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