Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp7925 createWidenInductionRecipes(PHINode *Phi, Instruction *PhiOrTrunc, in createWidenInductionRecipes() argument
7935 if (auto *TruncI = dyn_cast<TruncInst>(PhiOrTrunc)) { in createWidenInductionRecipes()
7938 assert(isa<PHINode>(PhiOrTrunc) && "must be a phi node here"); in createWidenInductionRecipes()