Searched refs:m_Negative (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineMulDivRem.cpp | 1703 if (match(Op1, m_Negative())) { in visitUDiv() 2439 if (match(Op1, m_Negative())) { in visitURem() 2494 if (match(Op1, m_Negative(Y)) && !Y->isMinSignedValue()) in visitSRem()
|
| H A D | InstCombineAndOrXor.cpp | 4786 match(C, m_Negative())) in foldNot()
|
| H A D | InstCombineCompares.cpp | 5102 if (match(A, m_Negative())) { in foldICmpXorXX()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | PatternMatch.h | 550 inline cst_pred_ty<is_negative> m_Negative() { in m_Negative() function 553 inline api_pred_ty<is_negative> m_Negative(const APInt *&V) { return V; } in m_Negative() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 1416 if (IsNUW && match(Op0, m_Negative())) in simplifyShlInst() 6480 if (match(Op0, m_LShr(m_Negative(), m_Value(X)))) in simplifyBinaryIntrinsic() 6482 if (match(Op0, m_AShr(m_Negative(), m_Value()))) in simplifyBinaryIntrinsic()
|