Home | History | Annotate | Download | only in Utils

Lines Matching defs:Int8

226   Type *Int8 = Type::getInt8Ty(C);
227 Value *Alloca = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A");
228 StoreInst *S1 = B.CreateStore(ConstantInt::get(Int8, 0), Alloca);
229 StoreInst *S2 = B.CreateStore(ConstantInt::get(Int8, 1), Alloca);
230 StoreInst *S3 = B.CreateStore(ConstantInt::get(Int8, 2), Alloca);
258 Type *Int8 = Type::getInt8Ty(C);
259 Value *Alloca = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A");
260 Instruction *SI = B.CreateStore(ConstantInt::get(Int8, 0), Alloca);
288 Type *Int8 = Type::getInt8Ty(C);
289 Value *Alloca = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A");
290 StoreInst *SI = B.CreateStore(ConstantInt::get(Int8, 0), Alloca);