Home | History | Annotate | Download | only in X86

Lines Matching defs:MSI

2590     const MemSetInst *MSI = cast<MemSetInst>(II);
2592 if (MSI->isVolatile())
2596 if (!MSI->getLength()->getType()->isIntegerTy(SizeWidth))
2599 if (MSI->getDestAddressSpace() > 255)