Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp1356 Value *SelVal0, *SelVal1; // We do not care which one is from where. in tryToReuseConstantFromSelectInComparison() local
1357 match(&Sel, m_Select(m_Value(), m_Value(SelVal0), m_Value(SelVal1))); in tryToReuseConstantFromSelectInComparison()
1360 if (!match(SelVal0, m_AnyIntegralConstant()) && in tryToReuseConstantFromSelectInComparison()
1365 auto MatchesSelectValue = [SelVal0, SelVal1](Constant *C) { in tryToReuseConstantFromSelectInComparison()
1366 return C->isElementWiseEqual(SelVal0) || C->isElementWiseEqual(SelVal1); in tryToReuseConstantFromSelectInComparison()