Searched refs:getNoopOrSignExtend (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | AlignmentFromAssumptions.cpp | 143 DiffSCEV = SE->getNoopOrSignExtend(DiffSCEV, OffSCEV->getType()); in getNewAlignment()
|
| H A D | InductiveRangeCheckElimination.cpp | 1059 return Signed ? SE.getNoopOrSignExtend(S, Ty) : SE.getNoopOrZeroExtend(S, Ty); in NoopOrExtend()
|
| H A D | LoopStrengthReduce.cpp | 3232 const SCEV *IncExpr = SE.getNoopOrSignExtend(Inc.IncExpr, IntTy); in GenerateIVChain()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopAccessAnalysis.cpp | 1417 CastedDist = SE.getNoopOrSignExtend(&Dist, Product->getType()); in isSafeDependenceDistance() 2171 CastedStride = SE->getNoopOrSignExtend(StrideExpr, BETakenCount->getType()); in collectStridedAccess()
|
| H A D | ScalarEvolution.cpp | 4271 ScalarEvolution::getNoopOrSignExtend(const SCEV *V, Type *Ty) { in getNoopOrSignExtend() function in ScalarEvolution 5686 Op = getNoopOrSignExtend(Op, I->getType()); in createNodeForSelectOrPHI() 11316 auto *DenominatorExt = getNoopOrSignExtend(Denominator, WTy); in isImpliedViaOperations() 11317 auto *FoundRHSExt = getNoopOrSignExtend(FoundRHS, WTy); in isImpliedViaOperations()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 674 const SCEV *getNoopOrSignExtend(const SCEV *V, Type *Ty);
|