Home | History | Annotate | Download | only in ARM

Lines Matching defs:MTI

2507     const MemTransferInst &MTI = cast<MemTransferInst>(I);
2509 if (MTI.isVolatile())
2515 if (isa<ConstantInt>(MTI.getLength()) && isMemCpy) {
2518 uint64_t Len = cast<ConstantInt>(MTI.getLength())->getZExtValue();
2521 if (!ARMComputeAddress(MTI.getRawDest(), Dest) ||
2522 !ARMComputeAddress(MTI.getRawSource(), Src))
2524 unsigned Alignment = MTI.getAlignment();
2530 if (!MTI.getLength()->getType()->isIntegerTy(32))
2533 if (MTI.getSourceAddressSpace() > 255 || MTI.getDestAddressSpace() > 255)