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

References

lib/TableGen/TGParser.cpp
  918       Type = ParseOperatorType();
  920       if (!Type) {
  937       Type = IntRecTy::get();
  942       Type = IntRecTy::get();
  993           Type = (Code == UnOpInit::HEAD) ? Itemt->getType()
 1002           Type = (Code == UnOpInit::HEAD) ? LType->getElementType() : LType;
 1012     return (UnOpInit::get(Code, LHS, Type))->Fold(CurRec);