Home
last modified time | relevance | path

Searched refs:LLVMIntSGT (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_logic.c148 op = type.sign ? LLVMIntSGT : LLVMIntUGT; in lp_build_compare_ext()
Dlp_bld_ir_common.c326 LLVMIntSGT, in lp_exec_endloop()
Dlp_bld_sample_aos.c1010 need_lerp = LLVMBuildICmp(builder, LLVMIntSGT, in lp_build_sample_mipmap()
/third_party/ltp/tools/sparse/sparse-src/
Dsparse-llvm.c524 [OP_SET_GT] = LLVMIntSGT, in translate_op()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h291 LLVMIntSGT, /**< signed greater than */ enumerator
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c1951 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()