Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1527 Value *ByValArg = CB.getArgOperand(ArgNo); in processByValArgument() local
1530 MemoryLocation Loc(ByValArg, LocationSize::precise(ByValSize)); in processByValArgument()
1544 ByValArg->stripPointerCasts() != MDep->getDest()) in processByValArgument()
1568 ByValArg->getType()->getPointerAddressSpace()) in processByValArgument()
1582 if (MDep->getSource()->getType() != ByValArg->getType()) { in processByValArgument()
1583 BitCastInst *TmpBitCast = new BitCastInst(MDep->getSource(), ByValArg->getType(), in processByValArgument()