Home
last modified time | relevance | path

Searched refs:getNumStoreOperands (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1879 .slice(1, getNumStoreOperands()); in getStoredValues()
1895 unsigned getNumStoreOperands() const { in getNumStoreOperands() function
H A DVPlanRecipes.cpp49 return cast<VPInterleaveRecipe>(this)->getNumStoreOperands() > 0; in mayWriteToMemory()
H A DLoopVectorize.cpp9214 if (getNumStoreOperands() > 0) { in print()