Lines Matching defs:Int8Ty
1287 Type *Int8Ty = B.getInt8Ty();
1290 CharVal = B.CreateTrunc(CharVal, Int8Ty);
1291 Value *CEqS0 = B.CreateICmpEQ(ConstantInt::get(Int8Ty, Str[0]), CharVal);
1295 B.CreateInBoundsGEP(Int8Ty, SrcStr, SizeM1, "memrchr.ptr_plus");
1373 Type *Int8Ty = B.getInt8Ty();
1376 CharVal = B.CreateTrunc(CharVal, Int8Ty);
1382 Value *StrPos = ConstantInt::get(Int8Ty, Str[Pos]);
1390 Value *Str0 = ConstantInt::get(Int8Ty, Str[0]);
3448 Type *Int8Ty = B.getInt8Ty();
3450 Value *DstEnd = B.CreateInBoundsGEP(Int8Ty, DstArg, NulOff, "endptr");
3451 B.CreateStore(ConstantInt::get(Int8Ty, 0), DstEnd);