Home | History | Annotate | Download | only in AArch64

Lines Matching defs:MTI

3334     const auto *MTI = cast<MemTransferInst>(II);
3336 if (MTI->isVolatile())
3342 if (isa<ConstantInt>(MTI->getLength()) && IsMemCpy) {
3345 uint64_t Len = cast<ConstantInt>(MTI->getLength())->getZExtValue();
3346 unsigned Alignment = MTI->getAlignment();
3349 if (!computeAddress(MTI->getRawDest(), Dest) ||
3350 !computeAddress(MTI->getRawSource(), Src))
3357 if (!MTI->getLength()->getType()->isIntegerTy(64))
3360 if (MTI->getSourceAddressSpace() > 255 || MTI->getDestAddressSpace() > 255)