Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/AsmParser/
DLLParser.h616 bool parseCast(Instruction *&Inst, PerFunctionState &PFS, unsigned Opc);
/openbsd/src/gnu/llvm/llvm/lib/AsmParser/
DLLParser.cpp6380 return parseCast(Inst, PFS, KeywordVal); in parseInstruction()
7145 bool LLParser::parseCast(Instruction *&Inst, PerFunctionState &PFS, in parseCast() function in LLParser