Searched refs:TypeNotScalarized (Results 1 – 1 of 1) sorted by relevance
6690 bool TypeNotScalarized = false; in getInstructionCost() local6699 TypeNotScalarized = NumParts <= VF.getKnownMinValue(); in getInstructionCost()6701 TypeNotScalarized = NumParts < VF.getKnownMinValue(); in getInstructionCost()6705 return VectorizationCostTy(C, TypeNotScalarized); in getInstructionCost()