Searched refs:delta_constant (Results 1 – 2 of 2) sorted by relevance
561 SEConstantNode* delta_constant = constant_term_delta->AsSEConstantNode(); in StrongSIVTest() local563 if (delta_constant && coefficient_constant) { in StrongSIVTest()564 int64_t delta_value = delta_constant->FoldToSingleValue(); in StrongSIVTest()712 SEConstantNode* delta_constant = delta->AsSEConstantNode(); in WeakZeroSourceSIVTest() local714 if (delta_constant && coefficient_constant) { in WeakZeroSourceSIVTest()717 int64_t delta_value = delta_constant->FoldToSingleValue(); in WeakZeroSourceSIVTest()864 SEConstantNode* delta_constant = delta->AsSEConstantNode(); in WeakZeroDestinationSIVTest() local866 if (delta_constant && coefficient_constant) { in WeakZeroDestinationSIVTest()870 int64_t delta_value = delta_constant->FoldToSingleValue(); in WeakZeroDestinationSIVTest()1026 SEConstantNode* delta_constant = offset_delta->AsSEConstantNode(); in WeakCrossingSIVTest() local[all …]