Home
last modified time | relevance | path

Searched refs:KeywordVal (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/AsmParser/
DLLParser.cpp4715 unsigned KeywordVal = Lex.getUIntVal(); in ParseInstruction() local
4742 if (ParseArithmetic(Inst, PFS, KeywordVal, 1)) return true; in ParseInstruction()
4754 int Res = ParseArithmetic(Inst, PFS, KeywordVal, 2); in ParseInstruction()
4768 if (ParseArithmetic(Inst, PFS, KeywordVal, 1)) return true; in ParseInstruction()
4774 case lltok::kw_srem: return ParseArithmetic(Inst, PFS, KeywordVal, 1); in ParseInstruction()
4777 case lltok::kw_xor: return ParseLogical(Inst, PFS, KeywordVal); in ParseInstruction()
4778 case lltok::kw_icmp: return ParseCompare(Inst, PFS, KeywordVal); in ParseInstruction()
4781 int Res = ParseCompare(Inst, PFS, KeywordVal); in ParseInstruction()
4802 case lltok::kw_ptrtoint: return ParseCast(Inst, PFS, KeywordVal); in ParseInstruction()