Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DPatternMatch.h893 inline specific_intval<true> m_SpecificIntAllowUndef(APInt V) { in m_SpecificIntAllowUndef() function
897 inline specific_intval<true> m_SpecificIntAllowUndef(uint64_t V) { in m_SpecificIntAllowUndef() function
898 return m_SpecificIntAllowUndef(APInt(64, V)); in m_SpecificIntAllowUndef()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp368 m_SpecificIntAllowUndef(BitWidth - 1)), in visitMul()
DInstCombineCasts.cpp1568 m_SpecificIntAllowUndef(XBitSize - SrcBitSize)))) { in visitSExt()
DInstCombineAndOrXor.cpp2153 match(ConstantExpr::getAdd(LC, RC), m_SpecificIntAllowUndef(Width))) in matchFunnelShift()