Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2239 Value *NewSplat = Builder.CreateShuffleVector(NewBO, NewMask); in foldVectorBinop() local
2240 Instruction *R = BinaryOperator::Create(Opcode, NewSplat, OtherOp); in foldVectorBinop()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp6853 SDValue NewSplat = DAG.getNode( in LowerOperation()
6857 return DAG.getNode(ISD::FP_ROUND, DL, Op.getValueType(), NewSplat, in LowerOperation()
6851 SDValue NewSplat = DAG.getNode( LowerOperation() local