Home
last modified time | relevance | path

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

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