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.cpp1161 bool isOptimizableIVTruncate(Instruction *I, ElementCount VF) { in isOptimizableIVTruncate() function in llvm::LoopVectorizationCostModel
6328 if (isOptimizableIVTruncate(I, VF)) { in getInstructionCost()
6764 if (!CostCtx.CM.isOptimizableIVTruncate(CI, VF)) in precomputeCosts()
7758 return CM.isOptimizableIVTruncate(K, VF); in tryToOptimizeInductionTruncate()