Searched refs:allConstant (Results 1 – 1 of 1) sorted by relevance
222 static bool allConstant(ArrayRef<Value *> VL) { in allConstant() function2665 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()