Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp793 if (!IsLeftShift && match(C1, m_SpecificIntAllowPoison(TypeBits - 1)) && in FoldShiftByConstant()
1275 match(Op1, m_SpecificIntAllowPoison(BitWidth - 1))) in visitLShr()
1768 if (match(Op1, m_SpecificIntAllowPoison(BitWidth - 1)) && in visitAShr()
1770 m_SpecificIntAllowPoison(BitWidth - 1))))) { in visitAShr()
H A DInstCombineNegator.cpp257 match(SrcOp, m_LShr(m_Value(X), m_SpecificIntAllowPoison(FullShift)))) { in visitImpl()
H A DInstCombineAddSub.cpp904 m_SpecificIntAllowPoison(BitWidth - 1)))) && in foldAddWithConstant()
1699 if (match(LHS, m_AShr(m_Value(A), m_SpecificIntAllowPoison(BitWidth - 1))) && in visitAdd()
H A DInstCombineCompares.cpp4948 match(BO, m_Add(m_Specific(Op1), m_SpecificIntAllowPoison(*C)))) { in foldICmpBinOp()
4957 match(BO, m_Add(m_Specific(Op0), m_SpecificIntAllowPoison(*C)))) { in foldICmpBinOp()
7546 m_Shr(m_Value(X), m_SpecificIntAllowPoison( in visitICmpInst()
H A DInstCombineAndOrXor.cpp2900 match(ConstantExpr::getAdd(LC, RC), m_SpecificIntAllowPoison(Width))) in convertOrOfShiftsToFunnelShift()
3252 m_Add(m_Specific(LHS0), m_SpecificIntAllowPoison(-*CInt))) || in foldAndOrOfICmpEqConstantAndICmp()
H A DInstCombineMulDivRem.cpp518 m_SpecificIntAllowPoison(BitWidth - 1)), in visitMul()
H A DInstCombineCasts.cpp1492 m_SpecificIntAllowPoison(XBitSize - SrcBitSize)))) { in visitSExt()
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h980 inline specific_intval<true> m_SpecificIntAllowPoison(const APInt &V) { in m_SpecificIntAllowPoison() function
984 inline specific_intval64<true> m_SpecificIntAllowPoison(uint64_t V) { in m_SpecificIntAllowPoison() function