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/
Dac_llvm_build.h453 LLVMValueRef ac_const_uint_vec(struct ac_llvm_context *ctx, LLVMTypeRef type, uint64_t value);
Dac_llvm_build.c2564 LLVMValueRef ac_const_uint_vec(struct ac_llvm_context *ctx, LLVMTypeRef type, uint64_t value) in ac_const_uint_vec() function
2585 val = ac_build_imax(ctx, src0, ac_const_uint_vec(ctx, type, -1)); in ac_build_isign()
2586 return ac_build_imin(ctx, val, ac_const_uint_vec(ctx, type, 1)); in ac_build_isign()