Currently isLikelyComplexAddressComputation tries to figure out if the given stride seems to be "complex" and need some extra cost for address computation handling.
This code seems to be target dependent which may not be the same for all targets.
Passed the decision whether the given stride is complex or not to the target by proposing a new interface method in the TTI interface.
Specifically at X86 targets we dont see any significant address computation cost in case if the access is strided.