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

References

lib/Transforms/IPO/ArgumentPromotion.cpp
  175         Indices.reserve(UI->getNumOperands() - 1);
  181           Indices.push_back(cast<ConstantInt>(*II)->getSExtValue());
  183         if (Indices.size() == 1 && Indices.front() == 0)
  183         if (Indices.size() == 1 && Indices.front() == 0)
  184           Indices.clear();
  185         ArgIndices.insert(std::make_pair(SrcTy, Indices));
  192         OriginalLoads[std::make_pair(&*I, Indices)] = OrigLoad;