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

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
  443         Offset += DL.getStructLayout(STy)->getElementOffset(CI->getZExtValue());
  445         uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType());
  461   uint64_t VariableScale = DL.getTypeAllocSize(GTI.getIndexedType());
  473       Offset += DL.getStructLayout(STy)->getElementOffset(CI->getZExtValue());
  475       uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType());
  483   Type *IntPtrTy = DL.getIntPtrType(GEP->getOperand(0)->getType());