Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7137 VPValue *StartVPV = RdxResult->getOperand(1); in getStartValueFromReductionResult() local
7138 match(StartVPV, m_Freeze(m_VPValue(StartVPV))); in getStartValueFromReductionResult()
7139 return StartVPV->getLiveInIRValue(); in getStartValueFromReductionResult()
H A DVPlanRecipes.cpp3902 VPValue *StartVPV = getStartValue(); in execute() local
3911 Value *StartV = State.get(StartVPV, ScalarPHI); in execute()