Home
last modified time | relevance | path

Searched refs:bit_count_value (Results 1 – 4 of 4) sorted by relevance

/dports/lang/zig-devel/zig-0.9.0/src/stage1/
H A Dcodegen.cpp3127 LLVMValueRef bit_count_value = bigint_to_llvm_const(get_llvm_type(g, rhs_type), in gen_shift_rhs_check() local
3132 … LLVMValueRef less_than_bit = LLVMBuildICmp(g->builder, LLVMIntULT, value, bit_count_value, ""); in gen_shift_rhs_check()
H A Dir.cpp10108 ZigValue bit_count_value = {}; in ir_analyze_bit_shift() local
10109 init_const_usize(ira->codegen, &bit_count_value, bit_count); in ir_analyze_bit_shift()
10111 if (!value_cmp_numeric_val_all(op2_val, CmpLT, &bit_count_value)) { in ir_analyze_bit_shift()
/dports/lang/zig/zig-0.9.0/src/stage1/
H A Dcodegen.cpp3127 LLVMValueRef bit_count_value = bigint_to_llvm_const(get_llvm_type(g, rhs_type), in gen_shift_rhs_check() local
3132 … LLVMValueRef less_than_bit = LLVMBuildICmp(g->builder, LLVMIntULT, value, bit_count_value, ""); in gen_shift_rhs_check()
H A Dir.cpp10108 ZigValue bit_count_value = {}; in ir_analyze_bit_shift() local
10109 init_const_usize(ira->codegen, &bit_count_value, bit_count); in ir_analyze_bit_shift()
10111 if (!value_cmp_numeric_val_all(op2_val, CmpLT, &bit_count_value)) { in ir_analyze_bit_shift()