Lines Matching refs:Int8Ty
498 llvm::ArrayType::get(CGM.Int8Ty, TypeInfoString.size() + 1)}; in getTypeDescriptorType()
569 auto *GV = new llvm::GlobalVariable(CGM.getModule(), CGM.Int8Ty, in getImageBase()
949 Value = Value.withElementType(CGF.Int8Ty); in performBaseAdjustment()
978 return std::make_tuple(Address(Ptr, CGF.Int8Ty, VBaseAlign), Offset, in performBaseAdjustment()
1283 Builder.CreateInBoundsGEP(CGF.Int8Ty, Int8This, VBaseOffset); in initializeHiddenVirtualInheritanceMembers()
1285 VtorDispPtr = Builder.CreateConstGEP1_32(CGF.Int8Ty, VtorDispPtr, -4); in initializeHiddenVirtualInheritanceMembers()
1322 This = This.withElementType(CGM.Int8Ty); in EmitVBPtrStores()
1480 This = This.withElementType(CGF.Int8Ty); in adjustThisArgumentForVirtualFunctionCall()
1511 Result = Result.withElementType(CGF.Int8Ty); in adjustThisArgumentForVirtualFunctionCall()
1521 Result = Address(VBasePtr, CGF.Int8Ty, VBaseAlign); in adjustThisArgumentForVirtualFunctionCall()
1525 Result = Result.withElementType(CGF.Int8Ty); in adjustThisArgumentForVirtualFunctionCall()
1591 This = CGF.Builder.CreateConstInBoundsGEP1_32(CGF.Int8Ty, This, in EmitInstanceFunctionProlog()
2235 This = This.withElementType(CGF.Int8Ty); in performThisAdjustment()
2263 CGF, Address(V, CGF.Int8Ty, CGF.getPointerAlign()), in performThisAdjustment()
2266 V = CGF.Builder.CreateInBoundsGEP(CGF.Int8Ty, VBPtr, VBaseOffset); in performThisAdjustment()
2274 V = CGF.Builder.CreateConstGEP1_32(CGF.Int8Ty, V, TA.NonVirtual); in performThisAdjustment()
2288 Ret = Ret.withElementType(CGF.Int8Ty); in performReturnAdjustment()
2298 V = CGF.Builder.CreateInBoundsGEP(CGF.Int8Ty, VBPtr, VBaseOffset); in performReturnAdjustment()
2302 V = CGF.Builder.CreateConstInBoundsGEP1_32(CGF.Int8Ty, V, RA.NonVirtual); in performReturnAdjustment()
2478 CGF.Builder.CreateLoad(Address(TlsGuard, CGF.Int8Ty, CharUnits::One())); in emitTlsGuardCheck()
3146 CGM.Int8Ty, This.emitRawPointer(CGF), VBPtrOffset, "vbptr"); in GetVBaseOffsetFromVBPtr()
3179 Base = Base.withElementType(CGM.Int8Ty); in AdjustVirtualBase()
3218 Builder.CreateInBoundsGEP(CGM.Int8Ty, VBPtr, VBaseOffs); in AdjustVirtualBase()
3264 return Builder.CreateInBoundsGEP(CGF.Int8Ty, Addr, FieldOffset, in EmitMemberDataPointerAddress()
3552 ThisPtrForCall = Builder.CreateInBoundsGEP(CGF.Int8Ty, ThisPtrForCall, in EmitLoadOfMemberFunctionPointer()