Searched refs:IntTok (Results 1 – 2 of 2) sorted by relevance
1539 const AsmToken &IntTok = Parser.getTok(); in ParseRegister() local1540 if (IntTok.isNot(AsmToken::Integer)) { in ParseRegister()1542 return Error(IntTok.getLoc(), "expected stack index"); in ParseRegister()1544 switch (IntTok.getIntVal()) { in ParseRegister()1555 return Error(IntTok.getLoc(), "invalid stack index"); in ParseRegister()1559 Tokens.push_back(IntTok); in ParseRegister()
3951 AsmToken IntTok = Tok; in tryParseBarrierOperand() local3962 Parser.getLexer().UnLex(IntTok); in tryParseBarrierOperand()