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

References

lib/TableGen/Record.cpp
 1354   ProfileIsAOpInit(ID, CheckType, Expr);
 1360     if (TI->getType()->typeIsConvertibleTo(CheckType))
 1363     if (isa<RecordRecTy>(CheckType)) {
 1367       if (!CheckType->typeIsConvertibleTo(TI->getType()) || isa<DefInit>(Expr))
 1380     return get(CheckType, NewExpr)->Fold();
 1389   return (Twine("!isa<") + CheckType->getAsString() + ">(" +