Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp445 VPValue *BaseIV = CanonicalIV; in optimizeInductions() local
447 BaseIV = new VPDerivedIVRecipe(ID, WideIV->getStartValue(), CanonicalIV, in optimizeInductions()
449 HeaderVPBB->insert(BaseIV->getDefiningRecipe(), IP); in optimizeInductions()
452 VPScalarIVStepsRecipe *Steps = new VPScalarIVStepsRecipe(ID, BaseIV, Step); in optimizeInductions()
H A DLoopVectorize.cpp9583 Value *BaseIV = State.get(getOperand(0), VPIteration(0, 0)); in execute() local
9586 buildScalarSteps(BaseIV, Step, IndDesc, this, State); in execute()