Searched refs:PhiOrTrunc (Results 1 – 1 of 1) sorted by relevance
7701 createWidenInductionRecipes(PHINode *Phi, Instruction *PhiOrTrunc, in createWidenInductionRecipes() argument7711 if (auto *TruncI = dyn_cast<TruncInst>(PhiOrTrunc)) { in createWidenInductionRecipes()7716 assert(isa<PHINode>(PhiOrTrunc) && "must be a phi node here"); in createWidenInductionRecipes()