Home
last modified time | relevance | path

Searched refs:getRecurrenceStartValue (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DIVDescriptors.h201 TrackingVH<Value> getRecurrenceStartValue() const { return StartValue; } in getRecurrenceStartValue() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DIVDescriptors.cpp1095 return getRecurrenceStartValue(); in getRecurrenceIdentity()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp994 Value *InitVal = Desc.getRecurrenceStartValue(); in createSelectCmpTargetReduction()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3851 TrackingVH<Value> ReductionStartValue = RdxDesc.getRecurrenceStartValue(); in fixReduction()
8496 assert(RdxDesc.getRecurrenceStartValue() == in tryToCreateWidenRecipe()