Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Int8PtrTy

2219     field = CGF.Builder.CreateBitCast(field, CGF.Int8PtrTy->getPointerTo(0));
2438 return llvm::ConstantExpr::getBitCast(Fn, CGF.Int8PtrTy);
2501 return llvm::ConstantExpr::getBitCast(Fn, CGF.Int8PtrTy);
2675 types.push_back(Int8PtrTy);
2694 types.push_back(Int8PtrTy);
2698 types.push_back(Int8PtrTy);
2707 types.push_back(Int8PtrTy);
2784 V = Builder.CreateIntToPtr(Builder.getInt32(isa), Int8PtrTy, "isa");
2858 Builder.CreateBitCast(V, Int8PtrTy),
2916 llvm::Type *args[] = { Int8PtrTy, Int32Ty };
2929 llvm::Type *args[] = { Int8PtrTy, Int8PtrTy, Int32Ty };
2943 GetOrCreateLLVMGlobal("_NSConcreteGlobalBlock", Int8PtrTy, 0, nullptr);
2953 GetOrCreateLLVMGlobal("_NSConcreteStackBlock", Int8PtrTy, 0, nullptr);