Searched defs:DagRecTy (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/TableGen/
H A DRecord.h37 class DagRecTy;
332 /// DagRecTy - 'dag' - Represent a dag fragment
334 class DagRecTy : public RecTy { class in namespace:llvm
335 static DagRecTy Shared;
336 DagRecTy() : RecTy(DagRecTyKind) {} function in class:llvm::DagRecTy
343 static DagRecTy *get() { return &Shared; }
1275 : TypedInit(IK_DagInit, DagRecTy::get()), Val(V), ValName(VN),

Completed in 47 milliseconds