Searched refs:allConstant (Results 1 – 4 of 4) sorted by relevance
1307 bool allConstant = true; in areAllChildConst() local1320 return allConstant; in areAllChildConst()
132 static bool allConstant(ArrayRef<Value *> VL) { in allConstant() function970 bool SameTy = allConstant(VL) || getSameType(VL); (void)SameTy; in buildTree_rec()1005 if (allConstant(VL) || isSplat(VL) || !getSameBlock(VL) || !Opcode) { in buildTree_rec()1543 if (allConstant(VL)) in getEntryCost()1766 (allConstant(VectorizableTree[1].Scalars) || in isFullyVectorizableTinyTree()
219 static bool allConstant(ArrayRef<Value *> VL) { in allConstant() function2426 assert((allConstant(VL) || allSameType(VL)) && "Invalid types!"); in buildTree_rec()2450 if (allConstant(VL) || isSplat(VL) || !allSameBlock(VL) || !S.getOpcode()) { in buildTree_rec()3240 if (allConstant(VL)) in getEntryCost()3602 (allConstant(VectorizableTree[1]->Scalars) || in isFullyVectorizableTinyTree()