Searched refs:lp_build_const_int64 (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_const.h130 lp_build_const_int64(struct gallivm_state *gallivm, int64_t i) function in typeref:typename:LLVMValueRef
H A Dlp_bld_nir_soa.c747 LLVMValueRef this_offset = LLVMBuildAdd(builder, offset, offset_bit_size == 64 ? lp_build_const_int64(gallivm, c) : lp_build_const_int32(gallivm, c), "");
967 zero_val = lp_build_const_int64(gallivm, 0);
1325 LLVMValueRef zero = bit_size == 64 ? lp_build_const_int64(gallivm, 0) : lp_build_const_int32(gallivm, 0);
2062 store_val = lp_build_const_int64(gallivm, UINT64_MAX);
2079 store_val = lp_build_const_int64(gallivm, INT64_MAX);
2096 store_val = lp_build_const_int64(gallivm, INT64_MIN);
2113 store_val = lp_build_const_int64(gallivm, 1);
2130 store_val = lp_build_const_int64(gallivm, 0xffffffffffffffffLL);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c265 mask_input = LLVMBuildLShr(builder, mask_input, lp_build_const_int64(gallivm, 16 * sample), "");

Completed in 11 milliseconds