Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1038 Constant *SextRHS = ConstantExpr::getSExt(AdjustedRHS, SelTy); in adjustMinMax() local
1044 if (match(TrueVal, m_SExt(m_Specific(CmpLHS))) && SextRHS == FalseVal) { in adjustMinMax()
1046 AdjustedRHS = SextRHS; in adjustMinMax()
1048 SextRHS == TrueVal) { in adjustMinMax()
1050 AdjustedRHS = SextRHS; in adjustMinMax()