Searched refs:SplatStep (Results 1 – 2 of 2) sorted by relevance
2603 Value *UnitStepVec = nullptr, *SplatStep = nullptr, *SplatIV = nullptr; in buildScalarSteps() local2607 SplatStep = Builder.CreateVectorSplat(VF, Step); in buildScalarSteps()2620 auto *Mul = Builder.CreateBinOp(MulOp, InitVec, SplatStep); in buildScalarSteps()
1623 SDValue SplatStep = DAG.getSplatVector( in lowerBUILD_VECTOR() local1625 VID = DAG.getNode(Opcode, DL, VT, VID, SplatStep); in lowerBUILD_VECTOR()