Home | History | Annotate | Download | only in ARM

Lines Matching refs:MSI

2420     const MemSetInst &MSI = cast<MemSetInst>(I);
2422 if (MSI.isVolatile())
2425 if (!MSI.getLength()->getType()->isIntegerTy(32))
2428 if (MSI.getDestAddressSpace() > 255)