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

References

lib/CodeGen/LowLevelType.cpp
   21   if (auto VTy = dyn_cast<VectorType>(&Ty)) {
   27   } else if (auto PTy = dyn_cast<PointerType>(&Ty)) {
   28     return LLT::pointer(PTy->getAddressSpace(), DL.getTypeSizeInBits(&Ty));
   29   } else if (Ty.isSized()) {
   32     auto SizeInBits = DL.getTypeSizeInBits(&Ty);