Searched refs:IntOrFpIV (Results 1 – 1 of 1) sorted by relevance
715 auto *IntOrFpIV = dyn_cast<VPWidenIntOrFpInductionRecipe>(WideIV); in getOptimizableIVOf() local716 return (IntOrFpIV && IntOrFpIV->getTruncInst()) ? nullptr : WideIV; in getOptimizableIVOf()