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

References

lib/Transforms/Vectorize/LoopVectorize.cpp
 3787       ReducedPartRdx = addFastMathFlag(
 3789                               ReducedPartRdx, "bin.rdx"),
 3792       ReducedPartRdx = createMinMaxOp(Builder, MinMaxKind, ReducedPartRdx,
 3792       ReducedPartRdx = createMinMaxOp(Builder, MinMaxKind, ReducedPartRdx,
 3798     ReducedPartRdx =
 3799         createTargetReduction(Builder, TTI, RdxDesc, ReducedPartRdx, NoNaN);
 3803       ReducedPartRdx =
 3805         ? Builder.CreateSExt(ReducedPartRdx, Phi->getType())
 3806         : Builder.CreateZExt(ReducedPartRdx, Phi->getType());
 3815   BCBlockPhi->addIncoming(ReducedPartRdx, LoopMiddleBlock);
 3829       LCSSAPhi.addIncoming(ReducedPartRdx, LoopMiddleBlock);