Searched refs:ByValArg (Results 1 – 1 of 1) sorted by relevance
1575 Value *ByValArg = CB.getArgOperand(ArgNo); in processByValArgument() local1576 Type *ByValTy = cast<PointerType>(ByValArg->getType())->getElementType(); in processByValArgument()1578 MemoryLocation Loc(ByValArg, LocationSize::precise(ByValSize)); in processByValArgument()1600 ByValArg->stripPointerCasts() != MDep->getDest()) in processByValArgument()1623 ByValArg->getType()->getPointerAddressSpace()) in processByValArgument()1647 if (MDep->getSource()->getType() != ByValArg->getType()) { in processByValArgument()1648 BitCastInst *TmpBitCast = new BitCastInst(MDep->getSource(), ByValArg->getType(), in processByValArgument()