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

/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.h453 LLVMValueRef ac_const_uint_vec(struct ac_llvm_context *ctx, LLVMTypeRef type, uint64_t value);
H A Dac_llvm_build.c2564 LLVMValueRef ac_const_uint_vec(struct ac_llvm_context *ctx, LLVMTypeRef type, uint64_t value) function in typeref:typename:LLVMValueRef
2585 val = ac_build_imax(ctx, src0, ac_const_uint_vec(ctx, type, -1));
2586 return ac_build_imin(ctx, val, ac_const_uint_vec(ctx, type, 1));

Completed in 10 milliseconds