Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp1531 Value *SelVal0, *SelVal1; // We do not care which one is from where. in tryToReuseConstantFromSelectInComparison() local
1532 match(&Sel, m_Select(m_Value(), m_Value(SelVal0), m_Value(SelVal1))); in tryToReuseConstantFromSelectInComparison()
1536 !match(SelVal1, m_AnyIntegralConstant())) in tryToReuseConstantFromSelectInComparison()
1540 auto MatchesSelectValue = [SelVal0, SelVal1](Constant *C) { in tryToReuseConstantFromSelectInComparison()
1541 return C->isElementWiseEqual(SelVal0) || C->isElementWiseEqual(SelVal1); in tryToReuseConstantFromSelectInComparison()