Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:isVector

1919 bool LLParser::ParseArrayVectorType(Type *&Result, bool isVector) {
1935 if (ParseToken(isVector ? lltok::greater : lltok::rsquare,
1939 if (isVector) {