Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLParser.h478 bool ParseInsertElement(Instruction *&I, PerFunctionState &PFS);
DLLParser.cpp4807 case lltok::kw_insertelement: return ParseInsertElement(Inst, PFS); in ParseInstruction()
5481 bool LLParser::ParseInsertElement(Instruction *&Inst, PerFunctionState &PFS) { in ParseInsertElement() function in LLParser