Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp715 auto *IntOrFpIV = dyn_cast<VPWidenIntOrFpInductionRecipe>(WideIV); in getOptimizableIVOf() local
716 return (IntOrFpIV && IntOrFpIV->getTruncInst()) ? nullptr : WideIV; in getOptimizableIVOf()