Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DScalarEvolution.cpp14033 struct SCEVMapper : public SCEVRewriteVisitor<SCEVMapper> { in verify() struct
14034 SCEVMapper(ScalarEvolution &SE) : SCEVRewriteVisitor<SCEVMapper>(SE) {} in verify() argument
14036 const SCEV *visitConstant(const SCEVConstant *Constant) { in verify()
14040 const SCEV *visitUnknown(const SCEVUnknown *Expr) { in verify()
14044 const SCEV *visitCouldNotCompute(const SCEVCouldNotCompute *Expr) { in verify()