Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp821 } else if (const MaskedStoreSDNode *MSt = dyn_cast<MaskedStoreSDNode>(this)) { in print_details() local
823 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()