Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp734 Constant *SextRHS = ConstantExpr::getSExt(AdjustedRHS, SelTy); in adjustMinMax() local
740 if (match(TrueVal, m_SExt(m_Specific(CmpLHS))) && SextRHS == FalseVal) { in adjustMinMax()
742 AdjustedRHS = SextRHS; in adjustMinMax()
744 SextRHS == TrueVal) { in adjustMinMax()
746 AdjustedRHS = SextRHS; in adjustMinMax()