Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6444 bool TypeNotScalarized = false; in getInstructionCost() local
6453 TypeNotScalarized = NumParts <= VF.getKnownMinValue(); in getInstructionCost()
6455 TypeNotScalarized = NumParts < VF.getKnownMinValue(); in getInstructionCost()
6459 return VectorizationCostTy(C, TypeNotScalarized); in getInstructionCost()