Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp464 if (!IV || IV->getTruncInst()) in removeRedundantInductionCasts()
694 WideIV->getTruncInst(), WideIV->getStartValue(), WideIV->getStepValue(), in legalizeAndOptimizeInductions()
716 return (IntOrFpIV && IntOrFpIV->getTruncInst()) ? nullptr : WideIV; in getOptimizableIVOf()
788 if (WideIntOrFp && WideIntOrFp->getTruncInst()) in optimizeEarlyExitInductionUser()
H A DVPlan.h2075 TruncInst *getTruncInst() { return Trunc; } in getTruncInst() function
2076 const TruncInst *getTruncInst() const { return Trunc; } in getTruncInst() function
H A DLoopVectorize.cpp8366 if (WideIntOrFp && WideIntOrFp->getTruncInst()) in addResumePhiRecipeForInduction()
8426 assert(cast<VPWidenIntOrFpInductionRecipe>(VectorPhiR)->getTruncInst() && in addScalarResumePhis()
H A DVPlanRecipes.cpp2129 if (auto *TI = getTruncInst()) in print()