Searched refs:NewVecType (Results 1 – 2 of 2) sorted by relevance
2377 auto *NewVecType = VectorType::get(DestType, VecType); in canonicalizeBitCastExtElt() local2378 auto *NewBC = IC.Builder.CreateBitCast(VecOp, NewVecType, "bc"); in canonicalizeBitCastExtElt()
6927 auto *NewVecType = in optimizeShuffleVectorInst() local6935 Value *Shuffle = Builder.CreateVectorSplat(NewVecType->getNumElements(), BC1); in optimizeShuffleVectorInst()