Searched defs:visitSignExtendExpr (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ | ||
| H A D | ScalarEvolutionDivision.h | 39 void visitSignExtendExpr(const SCEVSignExtendExpr *Numerator) {} in visitSignExtendExpr() function |
| H A D | ScalarEvolutionExpressions.h | 784 const SCEV *visitSignExtendExpr(const SCEVSignExtendExpr *Expr) { in visitSignExtendExpr() function |
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ | ||
| H A D | ScalarEvolutionExpander.cpp | 1694 Value *SCEVExpander::visitSignExtendExpr(const SCEVSignExtendExpr *S) { in visitSignExtendExpr() function in SCEVExpander |
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ | ||
| H A D | ScalarEvolution.cpp | 4059 RetVal visitSignExtendExpr(const SCEVSignExtendExpr *Expr) { return Expr; } in visitSignExtendExpr() function in __anonf47ebfb51011::SCEVSequentialMinMaxDeduplicatingVisitor |