Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h650 bool parseCast(Instruction *&Inst, PerFunctionState &PFS, unsigned Opc);
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6964 bool Res = parseCast(Inst, PFS, KeywordVal); in parseInstruction()
6976 if (parseCast(Inst, PFS, KeywordVal)) in parseInstruction()
6994 return parseCast(Inst, PFS, KeywordVal); in parseInstruction()
7759 bool LLParser::parseCast(Instruction *&Inst, PerFunctionState &PFS, in parseCast() function in LLParser