Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/AsmParser/
DLLParser.h436 bool parseArrayVectorType(Type *&Result, bool IsVector);
/external/swiftshader/third_party/llvm-16.0/llvm/lib/AsmParser/
DLLParser.cpp2607 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