Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h644 bool parseUnaryOp(Instruction *&Inst, PerFunctionState &PFS, unsigned Opc,
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6884 int Res = parseUnaryOp(Inst, PFS, KeywordVal, /*IsFP*/ true); in parseInstruction()
7562 bool LLParser::parseUnaryOp(Instruction *&Inst, PerFunctionState &PFS, in parseUnaryOp() function in LLParser