Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir_soa.c1050 LLVMValueRef fetch_non_negative = LLVMBuildICmp(gallivm->builder, LLVMIntSGE, offset, lp_build_const_int32(gallivm, 0), ""); in lp_offset_in_range() local
1051 return LLVMBuildAnd(gallivm->builder, fetch_in_bounds, fetch_non_negative, ""); in lp_offset_in_range()

Completed in 5 milliseconds