Home
last modified time | relevance | path

Searched refs:TypeNotScalarized (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6690 bool TypeNotScalarized = false; in getInstructionCost() local
6699 TypeNotScalarized = NumParts <= VF.getKnownMinValue(); in getInstructionCost()
6701 TypeNotScalarized = NumParts < VF.getKnownMinValue(); in getInstructionCost()
6705 return VectorizationCostTy(C, TypeNotScalarized); in getInstructionCost()