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

References

lib/IR/Metadata.cpp
  982   if (!A || !B)
  985   if (A == B)
  986     return A;
  993   int AN = A->getNumOperands() / 2;
  996     ConstantInt *ALow = mdconst::extract<ConstantInt>(A->getOperand(2 * AI));
 1001                mdconst::extract<ConstantInt>(A->getOperand(2 * AI + 1)));
 1010     addRange(EndPoints, mdconst::extract<ConstantInt>(A->getOperand(2 * AI)),
 1011              mdconst::extract<ConstantInt>(A->getOperand(2 * AI + 1)));
 1046   return MDNode::get(A->getContext(), MDs);