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

References

lib/Analysis/TypeBasedAliasAnalysis.cpp
  208   MDNodeTy *getNode() const { return Node; }
  213     if (Node->getNumOperands() < 4)
  222     return dyn_cast_or_null<MDNode>(Node->getOperand(0));
  226     return dyn_cast_or_null<MDNode>(Node->getOperand(1));
  230     return mdconst::extract<ConstantInt>(Node->getOperand(2))->getZExtValue();
  236     return mdconst::extract<ConstantInt>(Node->getOperand(3))->getZExtValue();
  244     if (Node->getNumOperands() < OpNo + 1)
  246     ConstantInt *CI = mdconst::dyn_extract<ConstantInt>(Node->getOperand(OpNo));