Searched refs:ByValArg (Results 1 – 2 of 2) sorted by relevance
862 Value *ByValArg = CS.getArgument(ArgNo); in processByValArgument() local863 Type *ByValTy = cast<PointerType>(ByValArg->getType())->getElementType(); in processByValArgument()866 MD->getPointerDependencyFrom(AliasAnalysis::Location(ByValArg, ByValSize), in processByValArgument()877 ByValArg->stripPointerCasts() != MDep->getDest()) in processByValArgument()912 if (MDep->getSource()->getType() != ByValArg->getType()) in processByValArgument()913 TmpCast = new BitCastInst(MDep->getSource(), ByValArg->getType(), in processByValArgument()
1266 Value *ByValArg = CS.getArgument(ArgNo); in processByValArgument() local1267 Type *ByValTy = cast<PointerType>(ByValArg->getType())->getElementType(); in processByValArgument()1270 MemoryLocation(ByValArg, ByValSize), true, in processByValArgument()1280 ByValArg->stripPointerCasts() != MDep->getDest()) in processByValArgument()1318 if (MDep->getSource()->getType() != ByValArg->getType()) in processByValArgument()1319 TmpCast = new BitCastInst(MDep->getSource(), ByValArg->getType(), in processByValArgument()