Home
last modified time | relevance | path

Searched refs:ReductionStartValue (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3495 TrackingVH<Value> ReductionStartValue = RdxDesc.getRecurrenceStartValue(); in fixReduction() local
3499 setDebugLocFromInst(Builder, ReductionStartValue); in fixReduction()
3518 VectorStart = Identity = ReductionStartValue; in fixReduction()
3521 Builder.CreateVectorSplat(VF, ReductionStartValue, "minmax.ident"); in fixReduction()
3531 VectorStart = ReductionStartValue; in fixReduction()
3538 Builder.CreateInsertElement(Identity, ReductionStartValue, Zero); in fixReduction()
3630 BCBlockPhi->addIncoming(ReductionStartValue, LoopBypassBlocks[I]); in fixReduction()