Searched refs:coefficient_constant (Results 1 – 6 of 6) sorted by relevance
562 SEConstantNode* coefficient_constant = coefficient->AsSEConstantNode(); in StrongSIVTest() local563 if (delta_constant && coefficient_constant) { in StrongSIVTest()565 int64_t coefficient_value = coefficient_constant->FoldToSingleValue(); in StrongSIVTest()713 SEConstantNode* coefficient_constant = coefficient->AsSEConstantNode(); in WeakZeroSourceSIVTest() local714 if (delta_constant && coefficient_constant) { in WeakZeroSourceSIVTest()718 int64_t coefficient_value = coefficient_constant->FoldToSingleValue(); in WeakZeroSourceSIVTest()865 SEConstantNode* coefficient_constant = coefficient->AsSEConstantNode(); in WeakZeroDestinationSIVTest() local866 if (delta_constant && coefficient_constant) { in WeakZeroDestinationSIVTest()871 int64_t coefficient_value = coefficient_constant->FoldToSingleValue(); in WeakZeroDestinationSIVTest()1027 SEConstantNode* coefficient_constant = coefficient->AsSEConstantNode(); in WeakCrossingSIVTest() local[all …]
140 SEConstantNode* coefficient_constant = coefficient->AsSEConstantNode(); in IsProvablyOutsideOfLoopBounds() local141 if (!coefficient_constant) { in IsProvablyOutsideOfLoopBounds()159 if (coefficient_constant->FoldToSingleValue() >= 0) { in IsProvablyOutsideOfLoopBounds()