Lines Matching refs:Int8Ty
788 llvm::ConstantInt::get(Int8Ty, 0), // The LogAlignment info is unused. in EmitNullabilityCheck()
789 llvm::ConstantInt::get(Int8Ty, TCK_NonnullAssign)}; in EmitNullabilityCheck()
1062 llvm::Type *Int8Ty = llvm::IntegerType::getInt8Ty(CGM.getLLVMContext()); in constStructWithPadding() local
1070 auto *PadTy = llvm::ArrayType::get(Int8Ty, CurOff - SizeSoFar); in constStructWithPadding()
1086 auto *PadTy = llvm::ArrayType::get(Int8Ty, TotalSize - SizeSoFar); in constStructWithPadding()
1188 return SrcPtr.withElementType(CGM.Int8Ty); in createUnnamedGlobalForMemcpyFrom()
1214 auto *I = Builder.CreateMemSet(Loc, llvm::ConstantInt::get(CGM.Int8Ty, 0), in emitStoresForConstant()
1240 Loc, llvm::ConstantInt::get(CGM.Int8Ty, Value), SizeVal, isVolatile); in emitStoresForConstant()
1261 Loc.withElementType(CGM.Int8Ty), CurOff); in emitStoresForConstant()
1832 auto *I = Builder.CreateMemSet(Loc, llvm::ConstantInt::get(Int8Ty, 0), in emitZeroOrPatternForAutoVarInit()
1857 Address Begin = Loc.withElementType(Int8Ty); in emitZeroOrPatternForAutoVarInit()
1867 Builder.CreateMemCpy(Address(Cur, Int8Ty, CurAlign), in emitZeroOrPatternForAutoVarInit()
1873 Builder.CreateInBoundsGEP(Int8Ty, Cur, BaseSizeInChars, "vla.next"); in emitZeroOrPatternForAutoVarInit()
2014 emitStoresForConstant(CGM, D, Loc.withElementType(CGM.Int8Ty), in EmitAutoVarInit()