Home
last modified time | relevance | path

Searched refs:getRecTyKind (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/TableGen/
DRecord.h88 RecTyKind getRecTyKind() const { return Kind; } in getRecTyKind() function
148 return RT->getRecTyKind() == BitRecTyKind; in classof()
185 return RT->getRecTyKind() == BitsRecTyKind; in classof()
224 return RT->getRecTyKind() == IntRecTyKind; in classof()
262 return RT->getRecTyKind() == StringRecTyKind; in classof()
301 return RT->getRecTyKind() == ListRecTyKind; in classof()
340 return RT->getRecTyKind() == DagRecTyKind; in classof()
378 return RT->getRecTyKind() == RecordRecTyKind; in classof()
/external/llvm/lib/TableGen/
DRecord.cpp100 return Kind == RHS->getRecTyKind(); in baseClassOf()
136 if(RecTy::baseClassOf(RHS) || getRecTyKind() == IntRecTyKind) in baseClassOf()
221 RecTyKind kind = RHS->getRecTyKind(); in baseClassOf()
247 RecTyKind kind = RHS->getRecTyKind(); in baseClassOf()