Home | History | Annotate | Download | only in ARM

Lines Matching defs:MTI

2515     const MemTransferInst &MTI = cast<MemTransferInst>(I);
2517 if (MTI.isVolatile())
2523 if (isa<ConstantInt>(MTI.getLength()) && isMemCpy) {
2526 uint64_t Len = cast<ConstantInt>(MTI.getLength())->getZExtValue();
2529 if (!ARMComputeAddress(MTI.getRawDest(), Dest) ||
2530 !ARMComputeAddress(MTI.getRawSource(), Src))
2532 unsigned Alignment = MTI.getAlignment();
2538 if (!MTI.getLength()->getType()->isIntegerTy(32))
2541 if (MTI.getSourceAddressSpace() > 255 || MTI.getDestAddressSpace() > 255)