Home
last modified time | relevance | path

Searched refs:OldConstC (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp613 const APInt *OldConstC, *OldConstE; in foldLogOpOfMaskedICmps() local
614 if (!match(C, m_APInt(OldConstC)) || !match(E, m_APInt(OldConstE))) in foldLogOpOfMaskedICmps()
619 const APInt ConstC = PredL != CC ? *ConstB ^ *OldConstC : *OldConstC; in foldLogOpOfMaskedICmps()