Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp124 const APInt *SelTC, *SelFC; in foldSelectICmpAnd() local
126 !match(Sel.getFalseValue(), m_APInt(SelFC))) in foldSelectICmpAnd()
164 APInt FC = *SelFC; in foldSelectICmpAnd()