Searched refs:IntRecTyKind (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h61 IntRecTyKind, enumerator in enum:llvm::RecTy::RecTyKind
161 IntRecTy() : RecTy(IntRecTyKind) {}
165 return RT->getRecTyKind() == IntRecTyKind;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp77 if (RecTy::typeIsConvertibleTo(RHS) || RHS->getRecTyKind() == IntRecTyKind)
102 return (kind == BitRecTyKind && Size == 1) || (kind == IntRecTyKind);
113 return kind==BitRecTyKind || kind==BitsRecTyKind || kind==IntRecTyKind;

Completed in 70 milliseconds