Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanUtils.cpp75 const SCEV *vputils::getSCEVExprForVPValue(VPValue *V, ScalarEvolution &SE) { in getSCEVExprForVPValue() function in vputils
H A DVPlanUtils.h38 const SCEV *getSCEVExprForVPValue(VPValue *V, ScalarEvolution &SE);
H A DVPlanTransforms.cpp1436 vputils::getSCEVExprForVPValue(Plan.getTripCount(), SE); in isConditionTrueViaVFAndUF()
1462 vputils::getSCEVExprForVPValue(Plan.getTripCount(), SE); in simplifyBranchConditionForVFAndUF()
H A DLoopVectorize.cpp4486 const SCEV *TC = vputils::getSCEVExprForVPValue( in selectEpilogueVectorizationFactor()