Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1261 bool isOptimizableIVTruncate(Instruction *I, ElementCount VF) { in isOptimizableIVTruncate() function in llvm::LoopVectorizationCostModel
6634 if (isOptimizableIVTruncate(I, VF)) { in getInstructionCost()
6987 if (!CostCtx.CM.isOptimizableIVTruncate(CI, VF)) in cost()
7975 auto isOptimizableIVTruncate = in tryToOptimizeInductionTruncate() local
7978 return CM.isOptimizableIVTruncate(K, VF); in tryToOptimizeInductionTruncate()
7983 isOptimizableIVTruncate(I), Range)) { in tryToOptimizeInductionTruncate()