Lines Matching defs:Int8Ty
2972 value = Builder.CreateGEP(CGF.Int8Ty, value, amt, "incdec.funcptr");
2975 CGF.EmitCheckedInBoundsGEP(CGF.Int8Ty, value, amt,
3097 value = Builder.CreateGEP(CGF.Int8Ty, value, sizeValue, "incdec.objptr");
3100 CGF.Int8Ty, value, sizeValue, /*SignedIndices=*/false, isSubtraction,
3865 llvm::Type *Int8Ty = CGF.Int8Ty;
3866 llvm::Type *argTypes[] = { CGF.Int64Ty, CGF.Int64Ty, Int8Ty, Int8Ty };
3975 CGF.Builder.CreateGEP(CGF.Int8Ty, pointer, index, "add.ptr");
4007 elemTy = CGF.Int8Ty;