Searched refs:KeywordVal (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 4423 unsigned KeywordVal = Lex.getUIntVal(); in ParseInstruction() local 4445 if (ParseArithmetic(Inst, PFS, KeywordVal, 1)) return true; in ParseInstruction() 4457 int Res = ParseArithmetic(Inst, PFS, KeywordVal, 2); in ParseInstruction() 4471 if (ParseArithmetic(Inst, PFS, KeywordVal, 1)) return true; in ParseInstruction() 4477 case lltok::kw_srem: return ParseArithmetic(Inst, PFS, KeywordVal, 1); in ParseInstruction() 4480 case lltok::kw_xor: return ParseLogical(Inst, PFS, KeywordVal); in ParseInstruction() 4482 case lltok::kw_fcmp: return ParseCompare(Inst, PFS, KeywordVal); in ParseInstruction() 4496 case lltok::kw_ptrtoint: return ParseCast(Inst, PFS, KeywordVal); in ParseInstruction()
|