Home | History | Annotate | Download | only in IR

Lines Matching defs:AN

330   // with an instruction or some other function-local object.  If this is a
340 // Metadata can be function-local without having an associated function.
363 // If we are dropping an argument to null, we choose to not unique the MDNode
504 int AN = A->getNumOperands() / 2;
506 while (AI < AN && BI < BN) {
518 while (AI < AN) {
632 // Handle the case when we're adding/updating metadata on an instruction.
640 // Handle replacement of an existing value.
653 // Otherwise, we're removing metadata from an instruction.
668 // Handle removal of an existing value.
676 // Otherwise, removing an entry that doesn't exist on the instruction.