Searched refs:OldConstE (Results 1 – 1 of 1) sorted by relevance
613 const APInt *OldConstC, *OldConstE; in foldLogOpOfMaskedICmps() local614 if (!match(C, m_APInt(OldConstC)) || !match(E, m_APInt(OldConstE))) in foldLogOpOfMaskedICmps()620 const APInt ConstE = PredR != CC ? *ConstD ^ *OldConstE : *OldConstE; in foldLogOpOfMaskedICmps()