Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.h360 bool ParseInsertElement(Instruction *&I, PerFunctionState &PFS);
DLLParser.cpp2948 case lltok::kw_insertelement: return ParseInsertElement(Inst, PFS); in ParseInstruction()
3435 bool LLParser::ParseInsertElement(Instruction *&Inst, PerFunctionState &PFS) { in ParseInsertElement() function in LLParser
/external/llvm/lib/AsmParser/
DLLParser.h485 bool ParseInsertElement(Instruction *&I, PerFunctionState &PFS);
DLLParser.cpp5026 case lltok::kw_insertelement: return ParseInsertElement(Inst, PFS); in ParseInstruction()
5700 bool LLParser::ParseInsertElement(Instruction *&Inst, PerFunctionState &PFS) { in ParseInsertElement() function in LLParser
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.h574 bool ParseInsertElement(Instruction *&Inst, PerFunctionState &PFS);
DLLParser.cpp5531 case lltok::kw_insertelement: return ParseInsertElement(Inst, PFS); in ParseInstruction()
6190 bool LLParser::ParseInsertElement(Instruction *&Inst, PerFunctionState &PFS) { in ParseInsertElement() function in LLParser