Home
last modified time | relevance | path

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

/external/llvm/lib/Target/WebAssembly/
DRelooper.h134 struct SimpleShape : public Shape { struct
137 SimpleShape() : Shape(SK_Simple), Inner(nullptr) {} in SimpleShape() argument
139 static bool classof(const Shape *S) { return S->getKind() == SK_Simple; } in classof()