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

References

include/llvm/TableGen/Record.h
  778     return UnOpInit::get(getOpcode(), *Operands.begin(), getType());
lib/TableGen/Record.cpp
  709   ProfileUnOpInit(ID, getOpcode(), getOperand(), getType());
  713   switch (getOpcode()) {
  798   if (LHS != lhs || (R.isFinal() && getOpcode() == CAST))
  799     return (UnOpInit::get(getOpcode(), lhs, getType()))
  806   switch (getOpcode()) {