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

References

lib/IR/Constants.cpp
 1100   return ST->getContext().pImpl->StructConstants.getOrCreate(ST, V);
 1391   getType()->getContext().pImpl->StructConstants.remove(this);
 2929   return getContext().pImpl->StructConstants.replaceOperandsInPlace(
lib/IR/LLVMContextImpl.cpp
   86   for (auto *I : StructConstants)
   92   StructConstants.freeConstants();