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

Declarations

include/llvm/TableGen/Record.h
  770   static UnOpInit *get(UnaryOp opc, Init *lhs, RecTy *Type);

References

include/llvm/TableGen/Record.h
  778     return UnOpInit::get(getOpcode(), *Operands.begin(), getType());
lib/TableGen/Record.cpp
  799     return (UnOpInit::get(getOpcode(), lhs, getType()))
 1446   return UnOpInit::get(UnOpInit::CAST, const_cast<TypedInit *>(this), Ty)
lib/TableGen/TGParser.cpp
  889     return UnOpInit::get(UnOpInit::CAST, Name, CurRec->getType());
 1012     return (UnOpInit::get(Code, LHS, Type))->Fold(CurRec);
 2205             UnOpInit::get(UnOpInit::CAST, LHS, StringRecTy::get())
 2240               UnOpInit::get(UnOpInit::CAST, RHS, StringRecTy::get())