Searched refs:TypeNotScalarized (Results 1 – 1 of 1) sorted by relevance
6444 bool TypeNotScalarized = false; in getInstructionCost() local6453 TypeNotScalarized = NumParts <= VF.getKnownMinValue(); in getInstructionCost()6455 TypeNotScalarized = NumParts < VF.getKnownMinValue(); in getInstructionCost()6459 return VectorizationCostTy(C, TypeNotScalarized); in getInstructionCost()