Searched refs:OldConstC (Results 1 – 1 of 1) sorted by relevance
639 const APInt *OldConstC, *OldConstE; in foldLogOpOfMaskedICmps() local640 if (!match(C, m_APInt(OldConstC)) || !match(E, m_APInt(OldConstE))) in foldLogOpOfMaskedICmps()643 const APInt ConstC = PredL != NewCC ? *ConstB ^ *OldConstC : *OldConstC; in foldLogOpOfMaskedICmps()