Home | History | Annotate | Download | only in CodeGen

Lines Matching full:desty

2212     llvm::Type *DesTy = ByrefLayoutInfo->getType();
2213 DesTy = DesTy->getPointerTo();
2214 llvm::Value *BC = Builder.CreatePointerCast(ByrefInfoAddr, DesTy);