Searched refs:allConstant (Results 1 – 1 of 1) sorted by relevance
490 static bool allConstant(ArrayRef<Value *> VL) { in allConstant() function6906 if (isSplat(TE.Scalars) && !allConstant(TE.Scalars) && in getReorderingData()8883 } else if (!allConstant(Operands.front()) && in areAltOperandsProfitable()8899 if (allConstant(Op) || in areAltOperandsProfitable()9946 assert((allConstant(VL) || allSameType(VL)) && "Invalid types!"); in getScalarsVectorizationLegality()10091 if (!AreAllSameInsts || (!S && allConstant(VL)) || isSplat(VL) || in getScalarsVectorizationLegality()10212 assert((allConstant(VLRef) || allSameType(VLRef)) && "Invalid types!"); in buildTreeRec()11683 allConstant(VL) || isSplat(VL)) in transformNodes()11709 if (allConstant(Slice)) in transformNodes()12024 if ((!Root && allConstant(VL)) || all_of(VL, IsaPred<UndefValue>)) in getBuildVectorCost()[all …]