Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp3171 auto *SelFVal = dyn_cast<SelectInst>(FalseVal); in foldSelectOfBools() local
3172 bool MayNeedFreeze = SelCond && SelFVal && in foldSelectOfBools()
3173 match(SelFVal->getTrueValue(), in foldSelectOfBools()
3187 auto *SelFVal = dyn_cast<SelectInst>(FalseVal); in foldSelectOfBools() local
3188 bool MayNeedFreeze = SelCond && SelFVal && in foldSelectOfBools()
3190 m_Not(m_Specific(SelFVal->getTrueValue()))); in foldSelectOfBools()