Searched refs:IntTok (Results 1 – 2 of 2) sorted by relevance
1569 const AsmToken &IntTok = Parser.getTok(); in ParseRegister() local1570 if (IntTok.isNot(AsmToken::Integer)) { in ParseRegister()1572 return Error(IntTok.getLoc(), "expected stack index"); in ParseRegister()1574 switch (IntTok.getIntVal()) { in ParseRegister()1585 return Error(IntTok.getLoc(), "invalid stack index"); in ParseRegister()1589 Tokens.push_back(IntTok); in ParseRegister()
4072 AsmToken IntTok = Tok; in tryParseBarrierOperand() local4083 Parser.getLexer().UnLex(IntTok); in tryParseBarrierOperand()