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

References

lib/Analysis/TypeBasedAliasAnalysis.cpp
  545   if (!AccessType || AccessType->getNumOperands() < 2)
  545   if (!AccessType || AccessType->getNumOperands() < 2)
  548   Type *Int64 = IntegerType::get(AccessType->getContext(), 64);
  551   if (TBAAStructTypeNode(AccessType).isNewFormat()) {
  557     Metadata *Ops[] = {const_cast<MDNode*>(AccessType),
  558                        const_cast<MDNode*>(AccessType),
  560     return MDNode::get(AccessType->getContext(), Ops);
  563   Metadata *Ops[] = {const_cast<MDNode*>(AccessType),
  564                      const_cast<MDNode*>(AccessType),
  566   return MDNode::get(AccessType->getContext(), Ops);