Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2800 if (!match(RHS, m_APIntAllowUndef(C))) in simplifyICmpWithConstant()
2822 ((match(LHS, m_NUWMul(m_Value(), m_APIntAllowUndef(MulC))) && in simplifyICmpWithConstant()
2824 (match(LHS, m_NSWMul(m_Value(), m_APIntAllowUndef(MulC))) && in simplifyICmpWithConstant()
3082 match(RHS, m_APIntAllowUndef(C)) && !C->isPowerOf2()) { in simplifyICmpWithBinOp()
5574 if (match(Op1, m_APIntAllowUndef(C))) { in simplifyBinaryIntrinsic()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2145 if (match(L, m_APIntAllowUndef(LI)) && match(R, m_APIntAllowUndef(RI))) in matchFunnelShift()
H A DInstructionCombining.cpp1061 return match(Cmp, m_APIntAllowUndef(C)) && C->isOneValue(); in FoldOpIntoSelect()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h276 inline apint_match m_APIntAllowUndef(const APInt *&Res) { in m_APIntAllowUndef() function