Home | History | Annotate | Download | only in X86

Lines Matching defs:MSI

1392     const MemSetInst &MSI = cast<MemSetInst>(I);
1394 if (MSI.isVolatile())
1398 if (!MSI.getLength()->getType()->isIntegerTy(SizeWidth))
1401 if (MSI.getDestAddressSpace() > 255)