Home | History | Annotate | Download | only in AArch64

Lines Matching defs:MSI

3398     const MemSetInst *MSI = cast<MemSetInst>(II);
3400 if (MSI->isVolatile())
3403 if (!MSI->getLength()->getType()->isIntegerTy(64))
3406 if (MSI->getDestAddressSpace() > 255)