Searched refs:MSt (Results 1 – 1 of 1) sorted by relevance
866 } else if (const MaskedStoreSDNode *MSt = dyn_cast<MaskedStoreSDNode>(this)) { in print_details() local868 printMemOperand(OS, *MSt->getMemOperand(), G); in print_details()870 if (MSt->isTruncatingStore()) in print_details()871 OS << ", trunc to " << MSt->getMemoryVT(); in print_details()873 const char *AM = getIndexedModeName(MSt->getAddressingMode()); in print_details()877 if (MSt->isCompressingStore()) in print_details()