Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.h437 LLVMValueRef ac_const_uint_vec(struct ac_llvm_context *ctx, LLVMTypeRef type, uint64_t value);
H A Dac_llvm_build.c2589 LLVMValueRef ac_const_uint_vec(struct ac_llvm_context *ctx, LLVMTypeRef type, uint64_t value) in ac_const_uint_vec() function
2610 val = ac_build_imax(ctx, src0, ac_const_uint_vec(ctx, type, -1)); in ac_build_isign()
2611 return ac_build_imin(ctx, val, ac_const_uint_vec(ctx, type, 1)); in ac_build_isign()

Completed in 9 milliseconds