Searched refs:IntTok (Results 1 – 2 of 2) sorted by relevance
1532 const AsmToken &IntTok = Parser.getTok(); in ParseRegister() local1533 if (IntTok.isNot(AsmToken::Integer)) { in ParseRegister()1535 return Error(IntTok.getLoc(), "expected stack index"); in ParseRegister()1537 switch (IntTok.getIntVal()) { in ParseRegister()1548 return Error(IntTok.getLoc(), "invalid stack index"); in ParseRegister()1552 Tokens.push_back(IntTok); in ParseRegister()
3476 AsmToken IntTok = Tok; in tryParseBarrierOperand() local3489 Parser.getLexer().UnLex(IntTok); in tryParseBarrierOperand()