Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1600 Value *ByValArg = CB.getArgOperand(ArgNo); in processByValArgument() local
1603 MemoryLocation Loc(ByValArg, LocationSize::precise(ByValSize)); in processByValArgument()
1625 ByValArg->stripPointerCasts() != MDep->getDest()) in processByValArgument()
1649 ByValArg->getType()->getPointerAddressSpace()) in processByValArgument()
1673 if (MDep->getSource()->getType() != ByValArg->getType()) { in processByValArgument()
1674 BitCastInst *TmpBitCast = new BitCastInst(MDep->getSource(), ByValArg->getType(), in processByValArgument()