Home | History | Annotate | Download | only in Analysis

Lines Matching full:affine

788     assert(Numerator->isAffine() && "Numerator should be affine");
3962 // TODO: non-affine addrec
5253 // particular, only affine AddRec's like {C1,+,C2}.
6100 // Otherwise we can only handle this if it is affine.
6104 // If this is an affine expression, the execution count of this branch is
7462 // If this is an affine expression then we have this situation:
7845 // Early exit in case this SCEV is not an affine multivariate function.