Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:VoidPtrTy

87     i8p = CGM.getTypes().ConvertType(C.VoidPtrTy);
310 elementTypes.push_back(CGM.VoidPtrTy);
313 elementTypes.push_back(CGM.VoidPtrTy);
378 CGM.VoidPtrTy));
700 blockFn = llvm::ConstantExpr::getBitCast(blockFn, VoidPtrTy);
709 isa = llvm::ConstantExpr::getBitCast(isa, VoidPtrTy);
822 byrefPointer = Builder.CreateBitCast(src.getPointer(), VoidPtrTy);
949 VoidPtrTy, IntTy, IntTy, VoidPtrTy,
974 BlockLiteral = Builder.CreateBitCast(BlockLiteral, VoidPtrTy);
978 Args.add(RValue::get(BlockLiteral), getContext().VoidPtrTy);
1053 blockFn = llvm::ConstantExpr::getBitCast(blockFn, VoidPtrTy);
1168 QualType selfTy = getContext().VoidPtrTy;
1328 C.VoidPtrTy);
1331 C.VoidPtrTy);
1464 srcValue = Builder.CreateBitCast(srcValue, VoidPtrTy);
1466 Builder.CreateBitCast(dstField.getPointer(), VoidPtrTy);
1491 return llvm::ConstantExpr::getBitCast(Fn, VoidPtrTy);
1507 C.VoidPtrTy);
1617 value = Builder.CreateBitCast(value, VoidPtrTy);
1626 return llvm::ConstantExpr::getBitCast(Fn, VoidPtrTy);
1641 destField = CGF.Builder.CreateBitCast(destField, CGF.VoidPtrTy);
1789 Context.VoidPtrTy);
1793 Context.VoidPtrTy);
1866 Context.VoidPtrTy);