reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
749 AllocaInst *srcAlloca = dyn_cast<AllocaInst>(cpySrc); 848 if (CS.getArgument(i) == cpySrc && !CS.doesNotCapture(i)) 872 if (cpySrc->getType()->getPointerAddressSpace() != 876 if (CS.getArgument(i)->stripPointerCasts() == cpySrc && 877 cpySrc->getType()->getPointerAddressSpace() != 884 if (CS.getArgument(i)->stripPointerCasts() == cpySrc) { 885 Value *Dest = cpySrc->getType() == cpyDest->getType() ? cpyDest 886 : CastInst::CreatePointerCast(cpyDest, cpySrc->getType(),