Home | History | Annotate | Download | only in ARM

Lines Matching refs:MSI

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