Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2272 auto *NewVecType = VectorType::get(DestType, ExtElt->getVectorOperandType()); in canonicalizeBitCastExtElt() local
2274 NewVecType, "bc"); in canonicalizeBitCastExtElt()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6891 auto *NewVecType = in optimizeShuffleVectorInst() local
6899 Value *Shuffle = Builder.CreateVectorSplat(NewVecType->getNumElements(), BC1); in optimizeShuffleVectorInst()