Searched refs:Rem2IsSigned (Results 1 – 1 of 1) sorted by relevance
1085 bool Rem2IsSigned; in SimplifyAddWithRemainder() local1087 if (MatchRem(MulOpV, RemOpV, C1, Rem2IsSigned) && in SimplifyAddWithRemainder()1088 IsSigned == Rem2IsSigned) { in SimplifyAddWithRemainder()