reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3508 bool NextIsVL = Parser.getLexer().peekTok().getString().equals_lower("vl"); 3509 bool NextIsHash = Parser.getLexer().peekTok().is(AsmToken::Hash); 3510 if (!Parser.getTok().getString().equals_lower("mul") || 3516 Parser.Lex(); // Eat the "mul" 3521 Parser.Lex(); // Eat the "vl" 3526 Parser.Lex(); // Eat the # 3531 if (!Parser.parseExpression(ImmVal))