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

References

lib/Transforms/Scalar/LICM.cpp
  983   Value *Addr = LI->getOperand(0);
  984   const DataLayout &DL = LI->getModule()->getDataLayout();
  985   const uint32_t LocSizeInBits = DL.getTypeSizeInBits(LI->getType());
  989   auto *PtrInt8Ty = PointerType::get(Type::getInt8Ty(LI->getContext()),
  990                                      LI->getPointerAddressSpace());