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

References

lib/IR/Metadata.cpp
  995   while (AI < AN && BI < BN) {
  996     ConstantInt *ALow = mdconst::extract<ConstantInt>(A->getOperand(2 * AI));
 1001                mdconst::extract<ConstantInt>(A->getOperand(2 * AI + 1)));
 1002       ++AI;
 1009   while (AI < AN) {
 1010     addRange(EndPoints, mdconst::extract<ConstantInt>(A->getOperand(2 * AI)),
 1011              mdconst::extract<ConstantInt>(A->getOperand(2 * AI + 1)));
 1012     ++AI;