Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp12678 struct SCEVMapper : public SCEVRewriteVisitor<SCEVMapper> { in verify() struct
12679 SCEVMapper(ScalarEvolution &SE) : SCEVRewriteVisitor<SCEVMapper>(SE) {} in verify() argument
12681 const SCEV *visitConstant(const SCEVConstant *Constant) { in verify()
12685 const SCEV *visitUnknown(const SCEVUnknown *Expr) { in verify()
12689 const SCEV *visitCouldNotCompute(const SCEVCouldNotCompute *Expr) { in verify()