Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineAndOrXor.cpp613 const APInt *OldConstC, *OldConstE; in foldLogOpOfMaskedICmps() local
614 if (!match(C, m_APInt(OldConstC)) || !match(E, m_APInt(OldConstE))) in foldLogOpOfMaskedICmps()
620 const APInt ConstE = PredR != CC ? *ConstD ^ *OldConstE : *OldConstE; in foldLogOpOfMaskedICmps()