Lines Matching refs:coefficient
155 auto coefficient = recurrence->GetCoefficient()->AsSEConstantNode(); in CalculateGCDFromCoefficients() local
158 running_gcd, std::abs(coefficient->FoldToSingleValue())); in CalculateGCDFromCoefficients()
512 SENode* coefficient, in StrongSIVTest() argument
527 return SymbolicStrongSIVTest(source, destination, coefficient, in StrongSIVTest()
562 SEConstantNode* coefficient_constant = coefficient->AsSEConstantNode(); in StrongSIVTest()
666 SENode* source, SENode* destination, SENode* coefficient, in SymbolicStrongSIVTest() argument
679 coefficient)) { in SymbolicStrongSIVTest()
697 SENode* source, SERecurrentNode* destination, SENode* coefficient, in WeakZeroSourceSIVTest() argument
713 SEConstantNode* coefficient_constant = coefficient->AsSEConstantNode(); in WeakZeroSourceSIVTest()
813 GetFinalTripInductionNode(subscript_loop, coefficient), in WeakZeroSourceSIVTest()
850 SERecurrentNode* source, SENode* destination, SENode* coefficient, in WeakZeroDestinationSIVTest() argument
865 SEConstantNode* coefficient_constant = coefficient->AsSEConstantNode(); in WeakZeroDestinationSIVTest()
966 GetFinalTripInductionNode(subscript_loop, coefficient), in WeakZeroDestinationSIVTest()
1004 SENode* source, SENode* destination, SENode* coefficient, in WeakCrossingSIVTest() argument
1027 SEConstantNode* coefficient_constant = coefficient->AsSEConstantNode(); in WeakCrossingSIVTest()