Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IRTy

1655     llvm::Type *IRTy = ConvertTypeForMem(Ty)->getPointerTo(AS);
1656 DeclPtr = Arg->getType() == IRTy ? Arg : Builder.CreateBitCast(Arg, IRTy,