Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6767 bool TypeNotScalarized = false; in getInstructionCost() local
6776 TypeNotScalarized = NumParts <= VF.getKnownMinValue(); in getInstructionCost()
6778 TypeNotScalarized = NumParts < VF.getKnownMinValue(); in getInstructionCost()
6782 return VectorizationCostTy(C, TypeNotScalarized); in getInstructionCost()