reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3765 for (unsigned Part = 0; Part < UF; ++Part) { 3765 for (unsigned Part = 0; Part < UF; ++Part) { 3766 RdxParts[Part] = Builder.CreateTrunc(RdxParts[Part], RdxVecTy); 3766 RdxParts[Part] = Builder.CreateTrunc(RdxParts[Part], RdxVecTy); 3767 VectorLoopValueMap.resetVectorValue(LoopExitInst, Part, RdxParts[Part]); 3767 VectorLoopValueMap.resetVectorValue(LoopExitInst, Part, RdxParts[Part]);