Searched refs:parseCast (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
H A D | LLParser.h | 650 bool parseCast(Instruction *&Inst, PerFunctionState &PFS, unsigned Opc);
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 6964 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
|