Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1033 if (match(Op1, m_Negative())) { in visitUDiv()
1498 if (match(Op1, m_Negative())) { in visitURem()
1533 if (match(Op1, m_Negative(Y)) && !Y->isMinSignedValue()) in visitSRem()
H A DInstCombineAndOrXor.cpp3380 match(C, m_Negative())) { in visitXor()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPatternMatch.h467 inline cst_pred_ty<is_negative> m_Negative() { in m_Negative() function
470 inline api_pred_ty<is_negative> m_Negative(const APInt *&V) { in m_Negative() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1345 if (isNUW && match(Op0, m_Negative())) in SimplifyShlInst()
5410 if (match(Op0, m_LShr(m_Negative(), m_Value(X)))) in simplifyBinaryIntrinsic()
5412 if (match(Op0, m_AShr(m_Negative(), m_Value()))) in simplifyBinaryIntrinsic()