Home | History | Annotate | Download | only in ARM

Lines Matching defs:MSI

2540     const MemSetInst &MSI = cast<MemSetInst>(I);
2542 if (MSI.isVolatile())
2545 if (!MSI.getLength()->getType()->isIntegerTy(32))
2548 if (MSI.getDestAddressSpace() > 255)