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

References

lib/Analysis/TypeBasedAliasAnalysis.cpp
  272   const MDNode *getNode() const { return Node; }
  276   bool isNewFormat() const { return isNewFormatTypeNode(Node); }
  284     return Node->getOperand(isNewFormat() ? 2 : 0);
  307       if (Node->getNumOperands() < 6)
  311       if (Node->getNumOperands() < 2)
  316       if (Node->getNumOperands() <= 3) {
  317         uint64_t Cur = Node->getNumOperands() == 2
  319                            : mdconst::extract<ConstantInt>(Node->getOperand(2))
  322         MDNode *P = dyn_cast_or_null<MDNode>(Node->getOperand(1));
  334     for (unsigned Idx = FirstFieldOpNo; Idx < Node->getNumOperands();
  336       uint64_t Cur = mdconst::extract<ConstantInt>(Node->getOperand(Idx + 1))
  347       TheIdx = Node->getNumOperands() - NumOpsPerField;
  348     uint64_t Cur = mdconst::extract<ConstantInt>(Node->getOperand(TheIdx + 1))
  351     MDNode *P = dyn_cast_or_null<MDNode>(Node->getOperand(TheIdx));