Searched refs:MSt (Results 1 – 1 of 1) sorted by relevance
741 } else if (const MaskedStoreSDNode *MSt = dyn_cast<MaskedStoreSDNode>(this)) { in print_details() local743 printMemOperand(OS, *MSt->getMemOperand(), G); in print_details()745 if (MSt->isTruncatingStore()) in print_details()746 OS << ", trunc to " << MSt->getMemoryVT().getEVTString(); in print_details()748 const char *AM = getIndexedModeName(MSt->getAddressingMode()); in print_details()752 if (MSt->isCompressingStore()) in print_details()