Home | History | Annotate | Download | only in ARM

Lines Matching defs:MSI

2566     const MemSetInst &MSI = cast<MemSetInst>(I);
2568 if (MSI.isVolatile())
2571 if (!MSI.getLength()->getType()->isIntegerTy(32))
2574 if (MSI.getDestAddressSpace() > 255)