This patch is a very first attempt to support sext and trunc instructions in SCEV delinearization algorithm.
The patch includes:
- modifications of the algorithm trying to divide an SCEV by another SCEV in order to support sext and trunc instructions.
- a test case for this new feature
Indentation.