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

References

lib/IR/DataLayout.cpp
  797   assert(Ty->isPtrOrPtrVectorTy() &&
  799   unsigned NumBits = getIndexTypeSizeInBits(Ty);
  800   IntegerType *IntTy = IntegerType::get(Ty->getContext(), NumBits);
  801   if (VectorType *VecTy = dyn_cast<VectorType>(Ty))