Lines Matching defs:Int8Ty
92 Type* Int8Ty = IntegerType::getInt8Ty(C);
93 Constant* allocsize = ConstantExpr::getSizeOf(Int8Ty);
95 ptr_arr = builder->CreateMalloc(IntPtrTy, Int8Ty, allocsize, val_mem, nullptr,
115 Int8Ty, ptr_arr, ConstantInt::get(C, APInt(32, memtotal)), "arrmax");
120 Int8Ty, ptr_arr, ConstantInt::get(C, APInt(32, memtotal / 2)), headreg);
194 Type *Int8Ty = IntegerType::getInt8Ty(C);
223 LoadInst *tape_0 = builder->CreateLoad(Int8Ty, curhead, tapereg);
243 curhead = builder->CreateGEP(Int8Ty, curhead,
275 LoadInst *tape_0 = builder->CreateLoad(Int8Ty, curhead, tapereg);
438 LoadInst *tape_0 = new LoadInst(Int8Ty, head_0, tapereg, testbb);