Searched refs:LLVMIntSGT (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_logic.c | 148 op = type.sign ? LLVMIntSGT : LLVMIntUGT; in lp_build_compare_ext()
|
D | lp_bld_ir_common.c | 326 LLVMIntSGT, in lp_exec_endloop()
|
D | lp_bld_sample_aos.c | 1010 need_lerp = LLVMBuildICmp(builder, LLVMIntSGT, in lp_build_sample_mipmap()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | sparse-llvm.c | 524 [OP_SET_GT] = LLVMIntSGT, in translate_op()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Core.h | 291 LLVMIntSGT, /**< signed greater than */ enumerator
|
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.c | 1951 LLVMValueRef cmp = LLVMBuildICmp(ctx->builder, LLVMIntSGT, a, b, ""); in ac_build_imax() 3630 return LLVMBuildSelect(ctx->builder, LLVMBuildICmp(ctx->builder, LLVMIntSGT, lhs, rhs, ""), in ac_build_alu_op()
|