Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp14183 struct SCEVMapper : public SCEVRewriteVisitor<SCEVMapper> { in verify() struct
14184 SCEVMapper(ScalarEvolution &SE) : SCEVRewriteVisitor<SCEVMapper>(SE) {} in verify() function
14186 const SCEV *visitConstant(const SCEVConstant *Constant) { in verify()
14190 const SCEV *visitUnknown(const SCEVUnknown *Expr) { in verify()
14194 const SCEV *visitCouldNotCompute(const SCEVCouldNotCompute *Expr) { in verify()