Searched refs:ac_const_uint_vec (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.h | 438 LLVMValueRef ac_const_uint_vec(struct ac_llvm_context *ctx, LLVMTypeRef type, uint64_t value);
|
D | ac_llvm_build.c | 2522 LLVMValueRef ac_const_uint_vec(struct ac_llvm_context *ctx, LLVMTypeRef type, uint64_t value) in ac_const_uint_vec() function 2543 val = ac_build_imax(ctx, src0, ac_const_uint_vec(ctx, type, -1)); in ac_build_isign() 2544 return ac_build_imin(ctx, val, ac_const_uint_vec(ctx, type, 1)); in ac_build_isign()
|