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

References

lib/Target/AArch64/AArch64PromoteConstant.cpp
  470   assert(PC.ShouldConvert &&
  472   if (PC.GV)
  474   PC.GV = new GlobalVariable(
  477   PC.GV->setInitializer(&C);
  479   LLVM_DEBUG(PC.GV->print(dbgs()));