Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanConstruction.cpp763 if (auto *DerivedIV = dyn_cast<VPDerivedIVRecipe>(VecV)) { in handleMaxMinNumReductions() local
764 if (DerivedIV->getNumUsers() == 1 && in handleMaxMinNumReductions()
765 DerivedIV->getOperand(1) == &Plan.getVectorTripCount()) { in handleMaxMinNumReductions()
768 DerivedIV->moveAfter(&*Builder.getInsertPoint()); in handleMaxMinNumReductions()
769 DerivedIV->setOperand(1, NewSel); in handleMaxMinNumReductions()
H A DLoopVectorize.cpp9349 Value *DerivedIV = emitTransformedIndex( in execute() local
9352 DerivedIV->setName(Name); in execute()
9357 assert((DerivedIV != Index || in execute()
9360 State.set(this, DerivedIV, VPLane(0)); in execute()