Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp127 const APInt *SelTC, *SelFC; in foldSelectICmpAnd() local
128 if (!match(TrueVal, m_APInt(SelTC)) || !match(FalseVal, m_APInt(SelFC))) in foldSelectICmpAnd()
137 const APInt &FC = *SelFC; in foldSelectICmpAnd()