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

References

lib/Transforms/Vectorize/VPlanValue.h
  171   typedef iterator_range<operand_iterator> operand_range;
  174   operand_iterator op_begin() { return Operands.begin(); }
  176   operand_iterator op_end() { return Operands.end(); }