Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp599 static bool allSameType(ArrayRef<Value *> VL) { in allSameType() function
3686 allSameType(TE.Scalars)) { in getReorderingData()
4433 if (!allSameType(Roots)) in buildTree()
4440 if (!allSameType(Roots)) in buildTree()
4552 assert((allConstant(VL) || allSameType(VL)) && "Invalid types!"); in buildTree_rec()
5954 allSameType(VL)) { in getEntryCost()
6097 ((allSameType(VL) && allSameBlock(VL)) || in getEntryCost()