Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7701 createWidenInductionRecipes(PHINode *Phi, Instruction *PhiOrTrunc, in createWidenInductionRecipes() argument
7711 if (auto *TruncI = dyn_cast<TruncInst>(PhiOrTrunc)) { in createWidenInductionRecipes()
7716 assert(isa<PHINode>(PhiOrTrunc) && "must be a phi node here"); in createWidenInductionRecipes()