Searched defs:RdxDesc (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2645 LoopVectorizationLegality::ReductionDescriptor RdxDesc = local
2648 setDebugLocFromInst(Builder, RdxDesc.StartValue);
2657 VectorParts &VectorExit = getVectorValue(RdxDesc.LoopExitInstr);
2664 if (RdxDesc.Kind == LoopVectorizationLegality::RK_IntegerMinMax ||
2665 RdxDesc.Kind == LoopVectorizationLegality::RK_FloatMinMax) {
2668 VectorStart = Identity = RdxDesc.StartValue;
2671 RdxDesc.StartValue,
2677 LoopVectorizationLegality::getReductionIdentity(RdxDesc.Kind,
2683 VectorStart = RdxDesc.StartValue;
2690 RdxDesc
[all...]

Completed in 53 milliseconds