Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp3687 auto *NewSplat = ConstantVector::getSplat( in foldInterleaveIntrinsics() local
3691 replaceValue(I, *Builder.CreateBitCast(NewSplat, I.getType())); in foldInterleaveIntrinsics()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2481 Value *NewSplat = Builder.CreateShuffleVector(NewBO, NewMask); in foldVectorBinop() local
2482 Instruction *R = BinaryOperator::Create(Opcode, NewSplat, OtherOp); in foldVectorBinop()