Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionDivision.h39 void visitSignExtendExpr(const SCEVSignExtendExpr *Numerator) {} in visitSignExtendExpr() function
H A DScalarEvolutionExpressions.h621 return ((SC *)this)->visitSignExtendExpr((const SCEVSignExtendExpr *)S); in visit()
794 const SCEV *visitSignExtendExpr(const SCEVSignExtendExpr *Expr) { in visitSignExtendExpr() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h462 Value *visitSignExtendExpr(const SCEVSignExtendExpr *S);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1296 Value *SCEVExpander::visitSignExtendExpr(const SCEVSignExtendExpr *S) { in visitSignExtendExpr() function in SCEVExpander
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp4057 RetVal visitSignExtendExpr(const SCEVSignExtendExpr *Expr) { return Expr; } in visitSignExtendExpr() function in __anon857eba541011::SCEVSequentialMinMaxDeduplicatingVisitor
14487 const SCEV *visitSignExtendExpr(const SCEVSignExtendExpr *Expr) { in visitSignExtendExpr() function in __anon857eba544911::SCEVPredicateRewriter
14982 const SCEV *visitSignExtendExpr(const SCEVSignExtendExpr *Expr) { in visitSignExtendExpr() function in SCEVLoopGuardRewriter
14985 return SCEVRewriteVisitor<SCEVLoopGuardRewriter>::visitSignExtendExpr( in visitSignExtendExpr()