Home | History | Annotate | Download | only in X86

Lines Matching defs:MSI

2768     const MemSetInst *MSI = cast<MemSetInst>(II);
2770 if (MSI->isVolatile())
2774 if (!MSI->getLength()->getType()->isIntegerTy(SizeWidth))
2777 if (MSI->getDestAddressSpace() > 255)