Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp758 } else if (const MaskedStoreSDNode *MSt = dyn_cast<MaskedStoreSDNode>(this)) { in print_details() local
760 printMemOperand(OS, *MSt->getMemOperand(), G); in print_details()
762 if (MSt->isTruncatingStore()) in print_details()
763 OS << ", trunc to " << MSt->getMemoryVT().getEVTString(); in print_details()
765 const char *AM = getIndexedModeName(MSt->getAddressingMode()); in print_details()
769 if (MSt->isCompressingStore()) in print_details()