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

References

lib/CodeGen/LowerEmuTLS.cpp
   99     InitValue = GV->getInitializer();
  100     const ConstantInt *InitIntValue = dyn_cast<ConstantInt>(InitValue);
  103     if (isa<ConstantAggregateZero>(InitValue) ||
  105       InitValue = nullptr;
  115   PointerType *InitPtrType = InitValue ?
  116       PointerType::getUnqual(InitValue->getType()) : VoidPtrType;
  138   if (InitValue) {
  144     EmuTlsTmplVar->setInitializer(const_cast<Constant*>(InitValue));