reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

include/llvm/Analysis/ScalarEvolutionExpressions.h
  683     const SCEV *visitZeroExtendExpr(const SCEVZeroExtendExpr *Expr) {
lib/Analysis/ScalarEvolution.cpp
  941   void visitZeroExtendExpr(const SCEVZeroExtendExpr *Numerator) {}
12130   const SCEV *visitZeroExtendExpr(const SCEVZeroExtendExpr *Expr) {
lib/Analysis/ScalarEvolutionExpander.cpp
 1643 Value *SCEVExpander::visitZeroExtendExpr(const SCEVZeroExtendExpr *S) {
tools/polly/lib/Support/SCEVAffinator.cpp
  298 PWACtx SCEVAffinator::visitZeroExtendExpr(const SCEVZeroExtendExpr *Expr) {
tools/polly/lib/Support/SCEVValidator.cpp
  168   class ValidatorResult visitZeroExtendExpr(const SCEVZeroExtendExpr *Expr) {
tools/polly/lib/Support/ScopHelper.cpp
  337   const SCEV *visitZeroExtendExpr(const SCEVZeroExtendExpr *E) {