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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp219 static bool allConstant(ArrayRef<Value *> VL) { function
2426 assert((allConstant(VL) || allSameType(VL)) && "Invalid types!");
2450 if (allConstant(VL) || isSplat(VL) || !allSameBlock(VL) || !S.getOpcode()) {
3240 if (allConstant(VL))
3602 (allConstant(VectorizableTree[1]->Scalars) ||

Completed in 113 milliseconds