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

References

include/llvm/Transforms/Scalar/GVNExpression.h
  437   int_arg_iterator int_op_end() { return IntOperands + NumIntOperands; }
  440     return IntOperands + NumIntOperands;
  442   unsigned int_op_size() const { return NumIntOperands; }
  443   bool int_op_empty() const { return NumIntOperands == 0; }
  445     assert(NumIntOperands < MaxIntOperands &&
  448     IntOperands[NumIntOperands++] = IntOperand;
  460     return NumIntOperands == OE.NumIntOperands &&
  460     return NumIntOperands == OE.NumIntOperands &&