Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp6154 unsigned KeywordVal = Lex.getUIntVal(); in parseInstruction() local
6189 int Res = parseUnaryOp(Inst, PFS, KeywordVal, /*IsFP*/ true); in parseInstruction()
6205 if (parseArithmetic(Inst, PFS, KeywordVal, /*IsFP*/ false)) in parseInstruction()
6218 int Res = parseArithmetic(Inst, PFS, KeywordVal, /*IsFP*/ true); in parseInstruction()
6232 if (parseArithmetic(Inst, PFS, KeywordVal, /*IsFP*/ false)) in parseInstruction()
6240 return parseArithmetic(Inst, PFS, KeywordVal, in parseInstruction()
6245 return parseLogical(Inst, PFS, KeywordVal); in parseInstruction()
6247 return parseCompare(Inst, PFS, KeywordVal); in parseInstruction()
6250 int Res = parseCompare(Inst, PFS, KeywordVal); in parseInstruction()
6272 return parseCast(Inst, PFS, KeywordVal); in parseInstruction()