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

References

lib/Transforms/IPO/FunctionAttrs.cpp
  383     assert(UseIndex < CS.data_operands_size() &&
  386     if (UseIndex >= CS.getNumArgOperands()) {
  398     if (UseIndex >= F->arg_size()) {
  404     Uses.push_back(&*std::next(F->arg_begin(), UseIndex));