Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp222 static bool allConstant(ArrayRef<Value *> VL) { in allConstant() function
2665 assert((allConstant(VL) || allSameType(VL)) && "Invalid types!"); in buildTree_rec()
2690 if (allConstant(VL) || isSplat(VL) || !allSameBlock(VL) || !S.getOpcode()) { in buildTree_rec()
3690 if (allConstant(VL)) in getEntryCost()
4171 (allConstant(VectorizableTree[1]->Scalars) || in isFullyVectorizableTinyTree()