Home | History | Annotate | Download | only in AArch64

Lines Matching defs:MSI

3484     const MemSetInst *MSI = cast<MemSetInst>(II);
3486 if (MSI->isVolatile())
3489 if (!MSI->getLength()->getType()->isIntegerTy(64))
3492 if (MSI->getDestAddressSpace() > 255)