reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2523 if (MTI.isVolatile()) 2529 if (isa<ConstantInt>(MTI.getLength()) && isMemCpy) { 2532 uint64_t Len = cast<ConstantInt>(MTI.getLength())->getZExtValue(); 2535 if (!ARMComputeAddress(MTI.getRawDest(), Dest) || 2536 !ARMComputeAddress(MTI.getRawSource(), Src)) 2538 unsigned Alignment = MinAlign(MTI.getDestAlignment(), 2539 MTI.getSourceAlignment()); 2545 if (!MTI.getLength()->getType()->isIntegerTy(32)) 2548 if (MTI.getSourceAddressSpace() > 255 || MTI.getDestAddressSpace() > 255) 2548 if (MTI.getSourceAddressSpace() > 255 || MTI.getDestAddressSpace() > 255)