Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp11989 struct SCEVMapper : public SCEVRewriteVisitor<SCEVMapper> { in verify() struct
11990 SCEVMapper(ScalarEvolution &SE) : SCEVRewriteVisitor<SCEVMapper>(SE) {} in verify() function
11992 const SCEV *visitConstant(const SCEVConstant *Constant) { in verify()
11996 const SCEV *visitUnknown(const SCEVUnknown *Expr) { in verify()
12000 const SCEV *visitCouldNotCompute(const SCEVCouldNotCompute *Expr) { in verify()