Home
last modified time | relevance | path

Searched defs:IEI (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp369 auto *IEI = cast<InsertElementInst>(I); visitImpl() local
H A DInstCombineVectorOps.cpp637 if (InsertElementInst *IEI = dyn_cast<InsertElementInst>(V)) { collectSingleShuffleElements() local
791 if (InsertElementInst *IEI = dyn_cast<InsertElementInst>(V)) { collectShuffleElements() local
1453 } else if (auto *IEI = dyn_cast<InsertElementInst>(Inst)) { foldConstantInsEltIntoShuffle() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp962 bool ScalarizerVisitor::visitInsertElementInst(InsertElementInst &IEI) { in visitInsertElementInst() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1519 InsertElementInst *IEI = cast<InsertElementInst>(VectorValue); execute() local
H A DSLPVectorizer.cpp13036 if (auto *IEI = dyn_cast<InsertElementInst>(V)) getVectorElementSize() local
15669 vectorizeInsertElementInst(InsertElementInst * IEI,BasicBlock * BB,BoUpSLP & R) vectorizeInsertElementInst() argument