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

References

lib/CodeGen/InterleavedLoadCombinePass.cpp
  988       if (GEP.accumulateConstantOffset(DL, BaseOffset)) {
  990         BasePtr = GEP.getPointerOperand();
  997         for (idxOperand = 1, e = GEP.getNumOperands(); idxOperand < e;
  999           ConstantInt *IDX = dyn_cast<ConstantInt>(GEP.getOperand(idxOperand));
 1013         computePolynomial(*GEP.getOperand(idxOperand), Result);
 1018             DL.getIndexedOffsetInType(GEP.getSourceElementType(), Indices);
 1021         unsigned ResultSize = DL.getTypeAllocSize(GEP.getResultElementType());
 1025         BasePtr = GEP.getPointerOperand();