Home | History | Annotate | Download | only in X86

Lines Matching refs:MSI

2267     const MemSetInst &MSI = cast<MemSetInst>(I);
2269 if (MSI.isVolatile())
2273 if (!MSI.getLength()->getType()->isIntegerTy(SizeWidth))
2276 if (MSI.getDestAddressSpace() > 255)