reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3519 if (MTI->isVolatile()) 3525 if (isa<ConstantInt>(MTI->getLength()) && IsMemCpy) { 3528 uint64_t Len = cast<ConstantInt>(MTI->getLength())->getZExtValue(); 3529 unsigned Alignment = MinAlign(MTI->getDestAlignment(), 3530 MTI->getSourceAlignment()); 3533 if (!computeAddress(MTI->getRawDest(), Dest) || 3534 !computeAddress(MTI->getRawSource(), Src)) 3541 if (!MTI->getLength()->getType()->isIntegerTy(64)) 3544 if (MTI->getSourceAddressSpace() > 255 || MTI->getDestAddressSpace() > 255) 3544 if (MTI->getSourceAddressSpace() > 255 || MTI->getDestAddressSpace() > 255)