Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:AATags

792   AAMDNodes AATags;
795 DefMaxInstsToScan, AA, &AATags)) {
1260 AAMDNodes AATags;
1261 SI.getAAMetadata(AATags);
1262 if (AATags) {
1263 OtherStore->getAAMetadata(AATags, /* Merge = */ true);
1264 NewSI->setAAMetadata(AATags);