Searched refs:KeywordVal (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 3235 unsigned KeywordVal = Lex.getUIntVal(); in ParseInstruction() local 3257 if (ParseArithmetic(Inst, PFS, KeywordVal, 1)) return true; in ParseInstruction() 3269 int Res = ParseArithmetic(Inst, PFS, KeywordVal, 2); in ParseInstruction() 3283 if (ParseArithmetic(Inst, PFS, KeywordVal, 1)) return true; in ParseInstruction() 3289 case lltok::kw_srem: return ParseArithmetic(Inst, PFS, KeywordVal, 1); in ParseInstruction() 3292 case lltok::kw_xor: return ParseLogical(Inst, PFS, KeywordVal); in ParseInstruction() 3294 case lltok::kw_fcmp: return ParseCompare(Inst, PFS, KeywordVal); in ParseInstruction() 3307 case lltok::kw_ptrtoint: return ParseCast(Inst, PFS, KeywordVal); in ParseInstruction()
|