Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp252 static bool allConstant(ArrayRef<Value *> VL) { in allConstant() function
4552 assert((allConstant(VL) || allSameType(VL)) && "Invalid types!"); in buildTree_rec()
4718 if (allConstant(VL) || isSplat(VL) || !AreAllSameInsts || in buildTree_rec()
5916 if (allConstant(VL)) in getEntryCost()
6617 (allConstant(TE->Scalars) || isSplat(TE->Scalars) || in isFullyVectorizableTinyTree()
6730 allConstant(VectorizableTree[1]->Scalars)))) in isTreeTinyAndNotFullyVectorizable()