Searched refs:LLVMIntSGE (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_logic.c | 151 op = type.sign ? LLVMIntSGE : LLVMIntUGE; in lp_build_compare_ext()
|
D | lp_bld_sample.c | 1152 clamp_max = LLVMBuildICmp(builder, LLVMIntSGE, in lp_build_linear_mip_levels()
|
D | lp_bld_nir_soa.c | 1050 …LLVMValueRef fetch_non_negative = LLVMBuildICmp(gallivm->builder, LLVMIntSGE, offset, lp_build_con… in lp_offset_in_range()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | sparse-llvm.c | 522 [OP_SET_GE] = LLVMIntSGE, in translate_op()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Core.h | 292 LLVMIntSGE, /**< signed greater or equal */ enumerator
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLJIT.cpp | 689 COMPARE(LLVMBuildICmp, LLVMIntSGE, in compileBinary()
|
/third_party/mesa3d/src/amd/llvm/ |
D | ac_nir_to_llvm.c | 772 result = emit_int_cmp(&ctx->ac, LLVMIntSGE, src[0], src[1]); in visit_alu()
|