Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp1081 Constant *SextRHS = ConstantExpr::getSExt(AdjustedRHS, SelTy); in adjustMinMax() local
1087 if (match(TrueVal, m_SExt(m_Specific(CmpLHS))) && SextRHS == FalseVal) { in adjustMinMax()
1089 AdjustedRHS = SextRHS; in adjustMinMax()
1091 SextRHS == TrueVal) { in adjustMinMax()
1093 AdjustedRHS = SextRHS; in adjustMinMax()