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

References

lib/Analysis/VectorUtils.cpp
  129   const DataLayout &DL = Gep->getModule()->getDataLayout();
  130   unsigned LastOperand = Gep->getNumOperands() - 1;
  131   unsigned GEPAllocSize = DL.getTypeAllocSize(Gep->getResultElementType());
  134   while (LastOperand > 1 && match(Gep->getOperand(LastOperand), m_Zero())) {
  136     gep_type_iterator GEPTI = gep_type_begin(Gep);