Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2377 auto *NewVecType = VectorType::get(DestType, VecType); in canonicalizeBitCastExtElt() local
2378 auto *NewBC = IC.Builder.CreateBitCast(VecOp, NewVecType, "bc"); in canonicalizeBitCastExtElt()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6927 auto *NewVecType = in optimizeShuffleVectorInst() local
6935 Value *Shuffle = Builder.CreateVectorSplat(NewVecType->getNumElements(), BC1); in optimizeShuffleVectorInst()