Searched refs:ac_build_umax (Results 1 – 4 of 4) sorted by relevance
337 LLVMValueRef ac_build_umax(struct ac_llvm_context *ctx, LLVMValueRef a, LLVMValueRef b);
1951 LLVMValueRef ac_build_umax(struct ac_llvm_context *ctx, LLVMValueRef a, LLVMValueRef b) in ac_build_umax() function
755 result = ac_build_umax(&ctx->ac, src[0], src[1]); in visit_alu()
4359 - ac: add ac_build_umax() and use it where possible