Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp1253 Value *ByValArg = CS.getArgument(ArgNo); in processByValArgument() local
1254 Type *ByValTy = cast<PointerType>(ByValArg->getType())->getElementType(); in processByValArgument()
1257 MemoryLocation(ByValArg, LocationSize::precise(ByValSize)), true, in processByValArgument()
1267 ByValArg->stripPointerCasts() != MDep->getDest()) in processByValArgument()
1291 ByValArg->getType()->getPointerAddressSpace()) in processByValArgument()
1310 if (MDep->getSource()->getType() != ByValArg->getType()) in processByValArgument()
1311 TmpCast = new BitCastInst(MDep->getSource(), ByValArg->getType(), in processByValArgument()