Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DScalarEvolutionDivision.h39 void visitSignExtendExpr(const SCEVSignExtendExpr *Numerator) {} in visitSignExtendExpr()
H A DScalarEvolutionExpressions.h170 class SCEVSignExtendExpr : public SCEVIntegralCastExpr {
173 SCEVSignExtendExpr(const FoldingSetNodeIDRef ID, const SCEV *op, Type *ty);
626 return ((SC *)this)->visitSignExtendExpr((const SCEVSignExtendExpr *)S); in visit()
803 const SCEV *visitSignExtendExpr(const SCEVSignExtendExpr *Expr) { in visitSignExtendExpr()
/llvm-project-15.0.7/polly/include/polly/Support/
H A DSCEVAffinator.h105 PWACtx visitSignExtendExpr(const llvm::SCEVSignExtendExpr *E);
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp287 const SCEVSignExtendExpr *SExt = cast<SCEVSignExtendExpr>(this); in print()
514 SCEVSignExtendExpr::SCEVSignExtendExpr(const FoldingSetNodeIDRef ID, in SCEVSignExtendExpr() function in SCEVSignExtendExpr
1229 if (const SCEVSignExtendExpr *SS = dyn_cast<SCEVSignExtendExpr>(Op)) in getTruncateExpr()
1910 if (const SCEVSignExtendExpr *SS = dyn_cast<SCEVSignExtendExpr>(Op)) in getSignExtendExpr()
5201 const SCEVSignExtendExpr *SExt = dyn_cast<SCEVSignExtendExpr>(Op); in isSimpleCastedPHI()
6186 if (const SCEVSignExtendExpr *E = dyn_cast<SCEVSignExtendExpr>(S)) { in GetMinTrailingZerosImpl()
6497 if (const SCEVSignExtendExpr *SExt = dyn_cast<SCEVSignExtendExpr>(S)) { in getRangeRef()
9504 const SCEVSignExtendExpr *SS = cast<SCEVSignExtendExpr>(V); in BuildConstantFromSCEV()
9797 if (const SCEVSignExtendExpr *SExt = dyn_cast<SCEVSignExtendExpr>(S)) in stripInjectiveFunctions()
12168 const SCEVSignExtendExpr *SExt = dyn_cast<SCEVSignExtendExpr>(LHS); in isKnownPredicateExtendIdiom()
[all …]
H A DDelinearization.cpp74 isa<SCEVSignExtendExpr>(S)) { in follow()
H A DDependenceAnalysis.cpp885 (isa<SCEVSignExtendExpr>(Src) && isa<SCEVSignExtendExpr>(Dst))) { in removeMatchingExtensions()
992 if ((isa<SCEVSignExtendExpr>(X) && in isKnownPredicate()
993 isa<SCEVSignExtendExpr>(Y)) || in isKnownPredicate()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h459 Value *visitSignExtendExpr(const SCEVSignExtendExpr *S);
/llvm-project-15.0.7/polly/lib/Support/
H A DSCEVAffinator.cpp368 PWACtx SCEVAffinator::visitSignExtendExpr(const SCEVSignExtendExpr *Expr) { in visitSignExtendExpr()
H A DScopHelper.cpp349 const SCEV *visitSignExtendExpr(const SCEVSignExtendExpr *E) { in visitSignExtendExpr()
H A DSCEVValidator.cpp164 ValidatorResult visitSignExtendExpr(const SCEVSignExtendExpr *Expr) { in visitSignExtendExpr()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp974 return isHighCostExpansion(cast<SCEVSignExtendExpr>(S)->getOperand(), in isHighCostExpansion()
2816 return getExprBase(cast<SCEVSignExtendExpr>(S)->getOperand()); in getExprBase()
6029 isa<SCEVPtrToIntExpr>(Cast) || isa<SCEVSignExtendExpr>(Cast)) && in pushSCEV()
6031 Success &= pushCast(Cast, (isa<SCEVSignExtendExpr>(Cast))); in pushSCEV()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1667 Value *SCEVExpander::visitSignExtendExpr(const SCEVSignExtendExpr *S) { in visitSignExtendExpr()