Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1533 void setStartValue(VPValue *V) { setOperand(0, V); } in setStartValue() function
H A DLoopVectorize.cpp10224 cast<VPHeaderPHIRecipe>(&R)->setStartValue(StartVal); in processLoop()