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

References

lib/ProfileData/InstrProf.cpp
  982   if (!MD)
  985   unsigned NOps = MD->getNumOperands();
  991   MDString *Tag = cast<MDString>(MD->getOperand(0));
  999   ConstantInt *KindInt = mdconst::dyn_extract<ConstantInt>(MD->getOperand(1));
 1006   ConstantInt *TotalCInt = mdconst::dyn_extract<ConstantInt>(MD->getOperand(2));
 1016     ConstantInt *Value = mdconst::dyn_extract<ConstantInt>(MD->getOperand(I));
 1018         mdconst::dyn_extract<ConstantInt>(MD->getOperand(I + 1));