Searched refs:IntTok (Results 1 – 2 of 2) sorted by relevance
1515 const AsmToken &IntTok = Parser.getTok(); in ParseRegister() local1516 if (IntTok.isNot(AsmToken::Integer)) { in ParseRegister()1518 return Error(IntTok.getLoc(), "expected stack index"); in ParseRegister()1520 switch (IntTok.getIntVal()) { in ParseRegister()1531 return Error(IntTok.getLoc(), "invalid stack index"); in ParseRegister()1535 Tokens.push_back(IntTok); in ParseRegister()
3082 AsmToken IntTok = Tok; in tryParseBarrierOperand() local3095 Parser.getLexer().UnLex(IntTok); in tryParseBarrierOperand()