Home | History | Annotate | Download | only in X86

Lines Matching refs:MSI

1411     const MemSetInst &MSI = cast<MemSetInst>(I);
1413 if (MSI.isVolatile())
1417 if (!MSI.getLength()->getType()->isIntegerTy(SizeWidth))
1420 if (MSI.getDestAddressSpace() > 255)