Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp748 Constant *ZextRHS = ConstantExpr::getZExt(AdjustedRHS, SelTy); in adjustMinMax() local
753 if (match(TrueVal, m_ZExt(m_Specific(CmpLHS))) && ZextRHS == FalseVal) { in adjustMinMax()
755 AdjustedRHS = ZextRHS; in adjustMinMax()
757 ZextRHS == TrueVal) { in adjustMinMax()
759 AdjustedRHS = ZextRHS; in adjustMinMax()