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

References

lib/Transforms/Vectorize/LoopVectorize.cpp
 3745   if (VF > 1 && Phi->getType() != RdxDesc.getRecurrenceType()) {
 3746     Type *RdxVecTy = VectorType::get(RdxDesc.getRecurrenceType(), VF);
 3802     if (Phi->getType() != RdxDesc.getRecurrenceType())
 5094         T = RdxDesc.getRecurrenceType();