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

References

lib/Transforms/Vectorize/LoopVectorize.cpp
 3732           assert(!Sel && "Reduction exit feeding two selects");
 3733           Sel = U;
 3737       assert(Sel && "Reduction exit feeds no select");
 3738       VectorLoopValueMap.resetVectorValue(LoopExitInst, Part, Sel);