Lines Matching refs:Int8Ty
768 llvm::ConstantInt::get(Int8Ty, 0), // The LogAlignment info is unused. in EmitNullabilityCheck()
769 llvm::ConstantInt::get(Int8Ty, TCK_NonnullAssign)}; in EmitNullabilityCheck()
1043 llvm::Type *Int8Ty = llvm::IntegerType::getInt8Ty(CGM.getLLVMContext()); in constStructWithPadding() local
1051 auto *PadTy = llvm::ArrayType::get(Int8Ty, CurOff - SizeSoFar); in constStructWithPadding()
1067 auto *PadTy = llvm::ArrayType::get(Int8Ty, TotalSize - SizeSoFar); in constStructWithPadding()
1169 return Builder.CreateElementBitCast(SrcPtr, CGM.Int8Ty); in createUnnamedGlobalForMemcpyFrom()
1195 auto *I = Builder.CreateMemSet(Loc, llvm::ConstantInt::get(CGM.Int8Ty, 0), in emitStoresForConstant()
1221 Loc, llvm::ConstantInt::get(CGM.Int8Ty, Value), SizeVal, isVolatile); in emitStoresForConstant()
1762 auto *I = Builder.CreateMemSet(Loc, llvm::ConstantInt::get(Int8Ty, 0), in emitZeroOrPatternForAutoVarInit()
1787 Address Begin = Builder.CreateElementBitCast(Loc, Int8Ty, "vla.begin"); in emitZeroOrPatternForAutoVarInit()
1796 Builder.CreateMemCpy(Address(Cur, Int8Ty, CurAlign), in emitZeroOrPatternForAutoVarInit()
1802 Builder.CreateInBoundsGEP(Int8Ty, Cur, BaseSizeInChars, "vla.next"); in emitZeroOrPatternForAutoVarInit()
1918 emitStoresForConstant(CGM, D, Builder.CreateElementBitCast(Loc, CGM.Int8Ty), in EmitAutoVarInit()