Home | History | Annotate | Download | only in Instrumentation

Lines Matching defs:Int8Ty

1298   Type *Int8Ty = IRB.getInt8Ty();
1300 *F.getParent(), Int8Ty, false, GlobalValue::PrivateLinkage,
1301 Constant::getNullValue(Int8Ty), "__asan_gen_cov_" + F.getName());
1305 Value *Cmp = IRB.CreateICmpEQ(Constant::getNullValue(Int8Ty), Load);
1313 StoreInst *Store = IRB.CreateStore(ConstantInt::get(Int8Ty, 1), Guard);