Home
last modified time | relevance | path

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

/external/llvm/include/llvm/TableGen/
DRecord.h60 RecTyKind getRecTyKind() const { return Kind; } in getRecTyKind() function
90 return RT->getRecTyKind() == BitRecTyKind; in classof()
108 return RT->getRecTyKind() == BitsRecTyKind; in classof()
128 return RT->getRecTyKind() == CodeRecTyKind; in classof()
144 return RT->getRecTyKind() == IntRecTyKind; in classof()
162 return RT->getRecTyKind() == StringRecTyKind || in classof()
163 RT->getRecTyKind() == CodeRecTyKind; in classof()
181 return RT->getRecTyKind() == ListRecTyKind; in classof()
200 return RT->getRecTyKind() == DagRecTyKind; in classof()
218 return RT->getRecTyKind() == RecordRecTyKind; in classof()
/external/llvm/lib/TableGen/
DRecord.cpp100 return Kind == RHS->getRecTyKind(); in typeIsConvertibleTo()
104 if (RecTy::typeIsConvertibleTo(RHS) || RHS->getRecTyKind() == IntRecTyKind) in typeIsConvertibleTo()
128 RecTyKind kind = RHS->getRecTyKind(); in typeIsConvertibleTo()
133 RecTyKind kind = RHS->getRecTyKind(); in typeIsConvertibleTo()