remove intrinsic wrapper functions from LLVM bindings As discussed on https://github.com/llvm/llvm-project/pull/162500 there is no good reason to implement these intrinsic function via the LLVM wrapper instead we now just implement them via `call_intrinsic` like all the other intrinsic functions. Work towards https://github.com/rust-lang/rust/issues/46437