Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Int8PtrTy

99     V = Builder.CreateBitCast(V, Int8PtrTy);
128 ThisPtr = CGF.Builder.CreateBitCast(ThisPtr, CGF.Int8PtrTy);
252 Value = Builder.CreateBitCast(Value, Int8PtrTy);
1448 llvm::Value *VTablePtr = GetVTablePtr(This, Int8PtrTy);