Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp3365 auto *SelFVal = dyn_cast<SelectInst>(FalseVal); in foldSelectOfBools() local
3366 bool MayNeedFreeze = SelCond && SelFVal && in foldSelectOfBools()
3367 match(SelFVal->getTrueValue(), in foldSelectOfBools()
3381 auto *SelFVal = dyn_cast<SelectInst>(FalseVal); in foldSelectOfBools() local
3382 bool MayNeedFreeze = SelCond && SelFVal && in foldSelectOfBools()
3384 m_Not(m_Specific(SelFVal->getTrueValue()))); in foldSelectOfBools()