Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h78 RecTyKind getRecTyKind() const { return Kind; } in getRecTyKind() function
109 return RT->getRecTyKind() == BitRecTyKind; in classof()
127 return RT->getRecTyKind() == BitsRecTyKind; in classof()
149 return RT->getRecTyKind() == IntRecTyKind; in classof()
167 return RT->getRecTyKind() == StringRecTyKind; in classof()
188 return RT->getRecTyKind() == ListRecTyKind; in classof()
209 return RT->getRecTyKind() == DagRecTyKind; in classof()
238 return RT->getRecTyKind() == RecordRecTyKind; in classof()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DRecord.cpp67 return Kind == RHS->getRecTyKind(); in typeIsConvertibleTo()
73 if (RecTy::typeIsConvertibleTo(RHS) || RHS->getRecTyKind() == IntRecTyKind) in typeIsConvertibleTo()
97 RecTyKind kind = RHS->getRecTyKind(); in typeIsConvertibleTo()
108 RecTyKind kind = RHS->getRecTyKind(); in typeIsConvertibleTo()
117 RecTyKind Kind = RHS->getRecTyKind(); in typeIsConvertibleTo()