Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h649 bool parseCast(Instruction *&Inst, PerFunctionState &PFS, unsigned Opc);
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6540 bool Res = parseCast(Inst, PFS, KeywordVal); in parseInstruction()
6559 return parseCast(Inst, PFS, KeywordVal); in parseInstruction()
7324 bool LLParser::parseCast(Instruction *&Inst, PerFunctionState &PFS, in parseCast() function in LLParser