Searched refs:KeywordVal (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 5552 unsigned KeywordVal = Lex.getUIntVal(); in ParseInstruction() local 5573 int Res = ParseUnaryOp(Inst, PFS, KeywordVal, 2); in ParseInstruction() 5589 if (ParseArithmetic(Inst, PFS, KeywordVal, 1)) return true; in ParseInstruction() 5601 int Res = ParseArithmetic(Inst, PFS, KeywordVal, 2); in ParseInstruction() 5615 if (ParseArithmetic(Inst, PFS, KeywordVal, 1)) return true; in ParseInstruction() 5621 case lltok::kw_srem: return ParseArithmetic(Inst, PFS, KeywordVal, 1); in ParseInstruction() 5624 case lltok::kw_xor: return ParseLogical(Inst, PFS, KeywordVal); in ParseInstruction() 5625 case lltok::kw_icmp: return ParseCompare(Inst, PFS, KeywordVal); in ParseInstruction() 5628 int Res = ParseCompare(Inst, PFS, KeywordVal); in ParseInstruction() 5649 case lltok::kw_ptrtoint: return ParseCast(Inst, PFS, KeywordVal); in ParseInstruction()
|