Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLParser.h474 bool ParseCast(Instruction *&I, PerFunctionState &PFS, unsigned Opc);
DLLParser.cpp4802 case lltok::kw_ptrtoint: return ParseCast(Inst, PFS, KeywordVal); in ParseInstruction()
5405 bool LLParser::ParseCast(Instruction *&Inst, PerFunctionState &PFS, in ParseCast() function in LLParser