Searched refs:IntTok (Results 1 – 2 of 2) sorted by relevance
1533 const AsmToken &IntTok = Parser.getTok(); in ParseRegister() local1534 if (IntTok.isNot(AsmToken::Integer)) { in ParseRegister()1536 return Error(IntTok.getLoc(), "expected stack index"); in ParseRegister()1538 switch (IntTok.getIntVal()) { in ParseRegister()1549 return Error(IntTok.getLoc(), "invalid stack index"); in ParseRegister()1553 Tokens.push_back(IntTok); in ParseRegister()
3927 AsmToken IntTok = Tok; in tryParseBarrierOperand() local3940 Parser.getLexer().UnLex(IntTok); in tryParseBarrierOperand()