Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp11671 struct SCEVMapper : public SCEVRewriteVisitor<SCEVMapper> { in verify() struct
11672 SCEVMapper(ScalarEvolution &SE) : SCEVRewriteVisitor<SCEVMapper>(SE) {} in verify() argument
11674 const SCEV *visitConstant(const SCEVConstant *Constant) { in verify()
11678 const SCEV *visitUnknown(const SCEVUnknown *Expr) { in verify()
11682 const SCEV *visitCouldNotCompute(const SCEVCouldNotCompute *Expr) { in verify()