HomeSort by: relevance | last modified time | path
    Searched refs:m_Negative (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 1033 if (match(Op1, m_Negative())) {
1498 if (match(Op1, m_Negative())) {
1533 if (match(Op1, m_Negative(Y)) && !Y->isMinSignedValue())
InstCombineAndOrXor.cpp 3380 match(C, m_Negative())) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
PatternMatch.h 467 inline cst_pred_ty<is_negative> m_Negative() {
470 inline api_pred_ty<is_negative> m_Negative(const APInt *&V) {
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstructionSimplify.cpp 1345 if (isNUW && match(Op0, m_Negative()))
5410 if (match(Op0, m_LShr(m_Negative(), m_Value(X))))
5412 if (match(Op0, m_AShr(m_Negative(), m_Value())))

Completed in 23 milliseconds