Searched refs:InsertElementInst (Results 26 - 35 of 35) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp500 isa<InsertElementInst>(I) || isa<ExtractElementInst>(I) ||
H A DMemorySanitizer.cpp1862 void visitInsertElementInst(InsertElementInst &I) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3648 if (!InsertElementInst::isValidOperands(Elts[0], Elts[1], Elts[2]))
6635 if (!InsertElementInst::isValidOperands(Op0, Op1, Op2))
6638 Inst = InsertElementInst::Create(Op0, Op1, Op2);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1832 void Interpreter::visitInsertElementInst(InsertElementInst &I) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp3076 return InsertElementInst::Create(Ops[0], Ops[1], Ops[2]);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h2539 return Insert(InsertElementInst::Create(Vec, NewElt, Idx), Name);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp3031 while (auto *IE = dyn_cast<InsertElementInst>(Op)) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5447 auto *IE = cast<InsertElementInst>(I);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4154 I = InsertElementInst::Create(Vec, Elt, Idx);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp925 if (isa<InsertElementInst>(LoadUser))

Completed in 324 milliseconds

12