reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Vectorize/LoopVectorize.cpp
 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]);