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

References

lib/Transforms/Vectorize/LoopVectorize.cpp
 1977   for (unsigned Part = 0; Part < UF; ++Part) {
 1977   for (unsigned Part = 0; Part < UF; ++Part) {
 1979       auto *StartIdx = getSignedIntOrFpConstant(ScalarIVTy, VF * Part + Lane);
 1982       VectorLoopValueMap.setScalarValue(EntryVal, {Part, Lane}, Add);
 1983       recordVectorLoopValueForInductionCast(ID, EntryVal, Add, Part, Lane);