Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp386 auto *IEI = cast<InsertElementInst>(I); in visitImpl() local
H A DInstCombineVectorOps.cpp644 if (InsertElementInst *IEI = dyn_cast<InsertElementInst>(V)) { in collectSingleShuffleElements() local
798 if (InsertElementInst *IEI = dyn_cast<InsertElementInst>(V)) { in collectShuffleElements() local
1461 } else if (auto *IEI = dyn_cast<InsertElementInst>(Inst)) { in foldConstantInsEltIntoShuffle() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp662 if (auto *IEI = dyn_cast<InsertElementInst>(BBI)) in solveBlockValueImpl() local
1047 LazyValueInfoImpl::solveBlockValueInsertElement(InsertElementInst *IEI, in solveBlockValueInsertElement()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp962 bool ScalarizerVisitor::visitInsertElementInst(InsertElementInst &IEI) { in visitInsertElementInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1975 InsertElementInst *IEI = cast<InsertElementInst>(VectorValue); in execute() local
H A DSLPVectorizer.cpp15048 if (auto *IEI = dyn_cast<InsertElementInst>(V)) in getVectorElementSize() local
18379 bool SLPVectorizerPass::vectorizeInsertElementInst(InsertElementInst *IEI, in vectorizeInsertElementInst() argument