reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1102 if (!AA.isMustAlias(MemSet->getRawDest(), MemCpy->getRawSource())) 1112 ConstantInt *CopySize = cast<ConstantInt>(MemCpy->getLength()); 1118 MemoryLocation MemCpyLoc = MemoryLocation::getForSource(MemCpy); 1127 IRBuilder<> Builder(MemCpy); 1128 Builder.CreateMemSet(MemCpy->getRawDest(), MemSet->getOperand(1), 1129 CopySize, MemCpy->getDestAlignment());