Searched refs:RdxVecTy (Results 1 – 2 of 2) sorted by relevance
3596 Type *RdxVecTy = VectorType::get(RdxDesc.getRecurrenceType(), VF); in vectorizeLoop() local3599 Value *Trunc = Builder.CreateTrunc(RdxParts[part], RdxVecTy); in vectorizeLoop()3613 RdxParts[part] = Builder.CreateTrunc(RdxParts[part], RdxVecTy); in vectorizeLoop()
3632 Type *RdxVecTy = VectorType::get(RdxDesc.getRecurrenceType(), VF); in fixReduction() local3638 Value *Trunc = Builder.CreateTrunc(RdxParts[Part], RdxVecTy); in fixReduction()3652 RdxParts[Part] = Builder.CreateTrunc(RdxParts[Part], RdxVecTy); in fixReduction()