Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5217 Type *TCType = Legal->getWidestInductionType(); in selectEpilogueVectorizationFactor() local
5236 const SCEV *TC = createTripCountSCEV(TCType, PSE, OrigLoop); in selectEpilogueVectorizationFactor()
5238 TC, SE.getConstant(TCType, MainLoopVF.getKnownMinValue() * IC)); in selectEpilogueVectorizationFactor()
5242 SE.getConstant(TCType, NextVF.Width.getKnownMinValue()), in selectEpilogueVectorizationFactor()