Home | History | Annotate | Download | only in common

Lines Matching defs:is_int8

4011 		bool is_int8 = (ctx->options->key.fs.is_int8 >> index) & 1;
4091 LLVMValueRef max = LLVMConstInt(ctx->i32, is_int8 ? 255 : 65535, 0);
4105 LLVMValueRef max = LLVMConstInt(ctx->i32, is_int8 ? 127 : 32767, 0);
4106 LLVMValueRef min = LLVMConstInt(ctx->i32, is_int8 ? -128 : -32768, 0);