Home
last modified time | relevance | path

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

/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DExpr.h178 struct IRHandle : public IntrusivePtr<const IRNode> { struct
183 IRHandle(const IRNode *p) in IRHandle() function
190 void accept(IRVisitor *v) const { in accept()
203 const T *as() const { in as()
210 IRNodeType node_type() const { in node_type()