Searched refs:parseVectorType (Results 1 – 5 of 5) sorted by relevance
308 return parseVectorType(); in parseNonFunctionType()455 VectorType Parser::parseVectorType() { in parseVectorType() function in Parser
210 VectorType parseVectorType();
256 static Type parseVectorType(AsmParser &parser) { in parseVectorType() function469 .Case("vec", [&] { return parseVectorType(parser); }) in dispatchParse()
2519 Node *parseVectorType();3556 Node *AbstractManglingParser<Derived, Alloc>::parseVectorType() { in parseVectorType() function3944 Result = getDerived().parseVectorType(); in parseType()