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