Searched refs:TypeNotScalarized (Results 1 – 1 of 1) sorted by relevance
6767 bool TypeNotScalarized = false; in getInstructionCost() local6776 TypeNotScalarized = NumParts <= VF.getKnownMinValue(); in getInstructionCost()6778 TypeNotScalarized = NumParts < VF.getKnownMinValue(); in getInstructionCost()6782 return VectorizationCostTy(C, TypeNotScalarized); in getInstructionCost()