reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/TableGen/Record.cpp
   99   if (RecTy::typeIsConvertibleTo(RHS)) //argument and the sender are same type
  100     return cast<BitsRecTy>(RHS)->Size == Size;
  101   RecTyKind kind = RHS->getRecTyKind();