Home | History | Annotate | Download | only in AArch64

Lines Matching defs:MTI

3359     const auto *MTI = cast<MemTransferInst>(II);
3361 if (MTI->isVolatile())
3367 if (isa<ConstantInt>(MTI->getLength()) && IsMemCpy) {
3370 uint64_t Len = cast<ConstantInt>(MTI->getLength())->getZExtValue();
3371 unsigned Alignment = MTI->getAlignment();
3374 if (!computeAddress(MTI->getRawDest(), Dest) ||
3375 !computeAddress(MTI->getRawSource(), Src))
3382 if (!MTI->getLength()->getType()->isIntegerTy(64))
3385 if (MTI->getSourceAddressSpace() > 255 || MTI->getDestAddressSpace() > 255)