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

References

include/llvm/TableGen/Record.h
  810   BinOpInit(BinaryOp opc, Init *lhs, Init *rhs, RecTy *Type) :
  821   static BinOpInit *get(BinaryOp opc, Init *lhs, Init *rhs,
  845   BinaryOp getOpcode() const { return (BinaryOp)Opc; }
lib/TableGen/Record.cpp
  825 BinOpInit *BinOpInit::get(BinaryOp Opc, Init *LHS,
lib/TableGen/TGParser.cpp
 1063     BinOpInit::BinaryOp Code;