Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DAlignmentFromAssumptions.cpp136 DiffSCEV = SE->getNoopOrSignExtend(DiffSCEV, OffSCEV->getType()); in getNewAlignment()
H A DLoopStrengthReduce.cpp3159 const SCEV *IncExpr = SE.getNoopOrSignExtend(Inc.IncExpr, IntTy); in GenerateIVChain()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1376 CastedDist = SE.getNoopOrSignExtend(&Dist, Product->getType()); in isSafeDependenceDistance()
2263 CastedStride = SE->getNoopOrSignExtend(StrideExpr, BETakenCount->getType()); in collectStridedAccess()
H A DScalarEvolution.cpp4063 ScalarEvolution::getNoopOrSignExtend(const SCEV *V, Type *Ty) { in getNoopOrSignExtend() function in ScalarEvolution
5365 const SCEV *LS = getNoopOrSignExtend(getSCEV(LHS), I->getType()); in createNodeForSelectOrPHI()
5366 const SCEV *RS = getNoopOrSignExtend(getSCEV(RHS), I->getType()); in createNodeForSelectOrPHI()
10264 auto *DenominatorExt = getNoopOrSignExtend(Denominator, WTy); in isImpliedViaOperations()
10265 auto *FoundRHSExt = getNoopOrSignExtend(FoundRHS, WTy); in isImpliedViaOperations()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolution.h636 const SCEV *getNoopOrSignExtend(const SCEV *V, Type *Ty);