Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp469 if (match(Count, m_ZExt(m_Value(V))) || in foldSelectCttzCtlz()
569 if (match(TrueVal, m_ZExt(m_Specific(CmpLHS))) && in visitSelectInstWithICmp()
573 } else if (match(FalseVal, m_ZExt(m_Specific(CmpLHS))) && in visitSelectInstWithICmp()
DInstCombineCompares.cpp3528 if (match(Op0, m_Mul(m_ZExt(m_Value(A)), m_ZExt(m_Value(B))))) { in visitICmpInst()
3532 if (match(Op1, m_Mul(m_ZExt(m_Value(A)), m_ZExt(m_Value(B))))) { in visitICmpInst()
3602 match(Op0, m_ZExt(m_Value(A))) && in visitICmpInst()
3606 match(Op1, m_ZExt(m_Value(A))))) { in visitICmpInst()
DInstCombineMulDivRem.cpp1012 match(Op1, m_ZExt(m_Shl(m_Power2(), m_Value())))) { in visitUDivOperand()
DInstCombineAddSub.cpp1563 if (C->isNullValue() && match(Op1, m_ZExt(m_Value(X)))) in visitSub()
DInstCombineCasts.cpp473 match(Src, m_LShr(m_ZExt(m_Value(A)), m_ConstantInt(Cst)))) { in visitTrunc()
/external/llvm/include/llvm/IR/
DPatternMatch.h813 inline CastClass_match<OpTy, Instruction::ZExt> m_ZExt(const OpTy &Op) { in m_ZExt() function
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2616 if (!CmpInst::isUnsigned(Pred) && match(LHS, m_Neg(m_ZExt(m_Value())))) { in SimplifyICmpInst()