Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/llvm/
Dac_llvm_build.h438 LLVMValueRef ac_const_uint_vec(struct ac_llvm_context *ctx, LLVMTypeRef type, uint64_t value);
Dac_llvm_build.c2522 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()