Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp488 if (match(TrueVal, m_ZExt(m_Specific(CmpLHS))) && in visitSelectInstWithICmp()
492 } else if (match(FalseVal, m_ZExt(m_Specific(CmpLHS))) && in visitSelectInstWithICmp()
DInstCombineMulDivRem.cpp827 match(Op1, m_ZExt(m_Shl(m_Power2(), m_Value())))) { in visitUDivOperand()
DInstCombineAddSub.cpp1413 if (C->isZero() && match(Op1, m_ZExt(m_Value(X)))) in visitSub()
DInstCombineCompares.cpp2947 match(Op0, m_ZExt(m_Value(A))) && in visitICmpInst()
2951 match(Op1, m_ZExt(m_Value(A))))) { in visitICmpInst()
DInstCombineCasts.cpp475 match(Src, m_LShr(m_ZExt(m_Value(A)), m_ConstantInt(Cst)))) { in visitTrunc()
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
DPatternMatch.h692 m_ZExt(const OpTy &Op) { in m_ZExt() function