Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1431 bool isOptimizableIVTruncate(Instruction *I, ElementCount VF) { in isOptimizableIVTruncate() function in llvm::LoopVectorizationCostModel
7737 if (isOptimizableIVTruncate(I, VF)) { in getInstructionCost()
8663 auto isOptimizableIVTruncate = in tryToOptimizeInductionTruncate() local
8666 return CM.isOptimizableIVTruncate(K, VF); in tryToOptimizeInductionTruncate()
8671 isOptimizableIVTruncate(I), Range)) { in tryToOptimizeInductionTruncate()