Home
last modified time | relevance | path

Searched refs:MSt (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp753 } else if (const MaskedStoreSDNode *MSt = dyn_cast<MaskedStoreSDNode>(this)) { in print_details() local
755 printMemOperand(OS, *MSt->getMemOperand(), G); in print_details()
757 if (MSt->isTruncatingStore()) in print_details()
758 OS << ", trunc to " << MSt->getMemoryVT().getEVTString(); in print_details()
760 const char *AM = getIndexedModeName(MSt->getAddressingMode()); in print_details()
764 if (MSt->isCompressingStore()) in print_details()