Home
last modified time | relevance | path

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

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