Searched refs:MSt (Results 1 – 1 of 1) sorted by relevance
821 } else if (const MaskedStoreSDNode *MSt = dyn_cast<MaskedStoreSDNode>(this)) { in print_details() local823 printMemOperand(OS, *MSt->getMemOperand(), G); in print_details()825 if (MSt->isTruncatingStore()) in print_details()826 OS << ", trunc to " << MSt->getMemoryVT(); in print_details()828 const char *AM = getIndexedModeName(MSt->getAddressingMode()); in print_details()832 if (MSt->isCompressingStore()) in print_details()