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

References

lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
  588   if (!Ty->isIntegerTy() && Ty->isSized() &&
  588   if (!Ty->isIntegerTy() && Ty->isSized() &&
  589       DL.isLegalInteger(DL.getTypeStoreSizeInBits(Ty)) &&
  590       DL.typeSizeEqualsStoreSize(Ty) &&
  591       !DL.isNonIntegralPointerType(Ty) &&
  601           Type::getIntNTy(LI.getContext(), DL.getTypeStoreSizeInBits(Ty)));