Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp124 const APInt *SelTC, *SelFC; in foldSelectICmpAnd() local
125 if (!match(Sel.getTrueValue(), m_APInt(SelTC)) || in foldSelectICmpAnd()
163 APInt TC = *SelTC; in foldSelectICmpAnd()