Home
last modified time | relevance | path

Searched defs:visitAddExpr (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DAffineExprVisitor.h165 RetTy visitAddExpr(AffineBinaryOpExpr expr) { in visitAddExpr() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolutionDivision.cpp146 void SCEVDivision::visitAddExpr(const SCEVAddExpr *Numerator) { in visitAddExpr() function in SCEVDivision
H A DScalarEvolution.cpp1158 const SCEV *visitAddExpr(const SCEVAddExpr *Expr) { in getLosslessPtrToIntExpr() function in ScalarEvolution::getLosslessPtrToIntExpr::SCEVPtrToIntSinkingRewriter
3983 RetVal visitAddExpr(const SCEVAddExpr *Expr) { return Expr; } in visitAddExpr() function in __anonccfa80ce1011::SCEVSequentialMinMaxDeduplicatingVisitor
/llvm-project-15.0.7/polly/lib/Support/
H A DSCEVAffinator.cpp373 PWACtx SCEVAffinator::visitAddExpr(const SCEVAddExpr *Expr) { in visitAddExpr() function in SCEVAffinator
H A DScopHelper.cpp358 const SCEV *visitAddExpr(const SCEVAddExpr *E) { in visitAddExpr() function
H A DSCEVValidator.cpp168 ValidatorResult visitAddExpr(const SCEVAddExpr *Expr) { in visitAddExpr() function in SCEVValidator
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h810 const SCEV *visitAddExpr(const SCEVAddExpr *Expr) { in visitAddExpr() function
/llvm-project-15.0.7/mlir/lib/IR/
H A DAffineExpr.cpp1138 void SimpleAffineExprFlattener::visitAddExpr(AffineBinaryOpExpr expr) { in visitAddExpr() function in SimpleAffineExprFlattener
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DUtils.cpp57 Value visitAddExpr(AffineBinaryOpExpr expr) { in visitAddExpr() function in __anon155c4f870111::AffineApplyExpander
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp745 Value *SCEVExpander::visitAddExpr(const SCEVAddExpr *S) { in visitAddExpr() function in SCEVExpander