Home
last modified time | relevance | path

Searched refs:ByValArg (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp959 Value *ByValArg = CS.getArgument(ArgNo); in processByValArgument() local
960 Type *ByValTy = cast<PointerType>(ByValArg->getType())->getElementType(); in processByValArgument()
963 MD->getPointerDependencyFrom(AliasAnalysis::Location(ByValArg, ByValSize), in processByValArgument()
974 ByValArg->stripPointerCasts() != MDep->getDest()) in processByValArgument()
1014 if (MDep->getSource()->getType() != ByValArg->getType()) in processByValArgument()
1015 TmpCast = new BitCastInst(MDep->getSource(), ByValArg->getType(), in processByValArgument()