remove special case for homogeneous tuples in `all` and `any` (#47454)
* remove special case for homogeneous tuples in `all` and `any`
* Use loop-based `any/all` for homogenous tuples
Unroll this loop at julia level wont gain any inference improvement, thus let LLVM unroll it if needed.
Co-authored-by: N5N3 <2642243996@qq.com>