Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Int8PtrTy

389     CGF.Builder.CreateBitCast(getThisValue(CGF), CGM.Int8PtrTy, "this.int8");
973 This = Builder.CreateBitCast(This, CGM.Int8PtrTy);
977 VBPtr = Builder.CreateBitCast(VBPtr, CGM.Int8PtrTy->getPointerTo(0));
994 Base = Builder.CreateBitCast(Base, CGM.Int8PtrTy);
1032 llvm::PHINode *Phi = Builder.CreatePHI(CGM.Int8PtrTy, 2, "memptr.base");