Home
last modified time | relevance | path

Searched refs:LLVMIntSGE (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_logic.c151 op = type.sign ? LLVMIntSGE : LLVMIntUGE; in lp_build_compare_ext()
Dlp_bld_sample.c1152 clamp_max = LLVMBuildICmp(builder, LLVMIntSGE, in lp_build_linear_mip_levels()
Dlp_bld_nir_soa.c1050 …LLVMValueRef fetch_non_negative = LLVMBuildICmp(gallivm->builder, LLVMIntSGE, offset, lp_build_con… in lp_offset_in_range()
/third_party/ltp/tools/sparse/sparse-src/
Dsparse-llvm.c522 [OP_SET_GE] = LLVMIntSGE, in translate_op()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h292 LLVMIntSGE, /**< signed greater or equal */ enumerator
/third_party/flutter/skia/src/sksl/
DSkSLJIT.cpp689 COMPARE(LLVMBuildICmp, LLVMIntSGE, in compileBinary()
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c772 result = emit_int_cmp(&ctx->ac, LLVMIntSGE, src[0], src[1]); in visit_alu()