Searched refs:ByValArg (Results 1 – 1 of 1) sorted by relevance
1253 Value *ByValArg = CS.getArgument(ArgNo); in processByValArgument() local1254 Type *ByValTy = cast<PointerType>(ByValArg->getType())->getElementType(); in processByValArgument()1257 MemoryLocation(ByValArg, LocationSize::precise(ByValSize)), true, in processByValArgument()1267 ByValArg->stripPointerCasts() != MDep->getDest()) in processByValArgument()1291 ByValArg->getType()->getPointerAddressSpace()) in processByValArgument()1310 if (MDep->getSource()->getType() != ByValArg->getType()) in processByValArgument()1311 TmpCast = new BitCastInst(MDep->getSource(), ByValArg->getType(), in processByValArgument()