Home
last modified time | relevance | path

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

/external/llvm/include/llvm/TableGen/
DRecord.h58 RecTyKind getRecTyKind() const { return Kind; } in getRecTyKind() function
88 return RT->getRecTyKind() == BitRecTyKind; in classof()
106 return RT->getRecTyKind() == BitsRecTyKind; in classof()
126 return RT->getRecTyKind() == IntRecTyKind; in classof()
144 return RT->getRecTyKind() == StringRecTyKind; in classof()
162 return RT->getRecTyKind() == ListRecTyKind; in classof()
181 return RT->getRecTyKind() == DagRecTyKind; in classof()
199 return RT->getRecTyKind() == RecordRecTyKind; in classof()
/external/llvm/lib/TableGen/
DRecord.cpp99 return Kind == RHS->getRecTyKind(); in typeIsConvertibleTo()
103 if (RecTy::typeIsConvertibleTo(RHS) || RHS->getRecTyKind() == IntRecTyKind) in typeIsConvertibleTo()
127 RecTyKind kind = RHS->getRecTyKind(); in typeIsConvertibleTo()
132 RecTyKind kind = RHS->getRecTyKind(); in typeIsConvertibleTo()