Home | History | Annotate | Download | only in AArch64

Lines Matching refs:MSI

1531     const MemSetInst &MSI = cast<MemSetInst>(I);
1533 if (MSI.isVolatile())
1536 if (!MSI.getLength()->getType()->isIntegerTy(64))
1539 if (MSI.getDestAddressSpace() > 255)