Searched refs:cpySrc (Results 1 – 2 of 2) sorted by relevance
715 Value *cpySrc, uint64_t cpyLen, in performCallSlotOptzn() argument741 AllocaInst *srcAlloca = dyn_cast<AllocaInst>(cpySrc); in performCallSlotOptzn()840 if (CS.getArgument(i) == cpySrc && !CS.doesNotCapture(i)) in performCallSlotOptzn()864 if (cpySrc->getType()->getPointerAddressSpace() != in performCallSlotOptzn()868 if (CS.getArgument(i)->stripPointerCasts() == cpySrc && in performCallSlotOptzn()869 cpySrc->getType()->getPointerAddressSpace() != in performCallSlotOptzn()876 if (CS.getArgument(i)->stripPointerCasts() == cpySrc) { in performCallSlotOptzn()877 Value *Dest = cpySrc->getType() == cpyDest->getType() ? cpyDest in performCallSlotOptzn()878 : CastInst::CreatePointerCast(cpyDest, cpySrc->getType(), in performCallSlotOptzn()
64 bool performCallSlotOptzn(Instruction *cpy, Value *cpyDst, Value *cpySrc,