Lines Matching defs:Int8Ty
1279 Type *Int8Ty = B.getInt8Ty();
1282 CharVal = B.CreateTrunc(CharVal, Int8Ty);
1283 Value *CEqS0 = B.CreateICmpEQ(ConstantInt::get(Int8Ty, Str[0]), CharVal);
1287 B.CreateInBoundsGEP(Int8Ty, SrcStr, SizeM1, "memrchr.ptr_plus");
1365 Type *Int8Ty = B.getInt8Ty();
1368 CharVal = B.CreateTrunc(CharVal, Int8Ty);
1374 Value *StrPos = ConstantInt::get(Int8Ty, Str[Pos]);
1382 Value *Str0 = ConstantInt::get(Int8Ty, Str[0]);
3549 Type *Int8Ty = B.getInt8Ty();
3551 Value *DstEnd = B.CreateInBoundsGEP(Int8Ty, DstArg, NulOff, "endptr");
3552 B.CreateStore(ConstantInt::get(Int8Ty, 0), DstEnd);