Searched refs:m_NonNegative (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/llvm/unittests/IR/ |
D | PatternMatch.cpp | 193 EXPECT_FALSE(m_NonNegative().match(NegOne)); in TEST_F() 198 EXPECT_TRUE(m_NonNegative().match(Zero)); in TEST_F() 203 EXPECT_TRUE(m_NonNegative().match(One)); in TEST_F()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | PatternMatch.h | 371 inline cst_pred_ty<is_nonnegative> m_NonNegative() { in m_NonNegative() function 374 inline api_pred_ty<is_nonnegative> m_NonNegative(const APInt *&V) { in m_NonNegative() function
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | PatternMatch.h | 425 inline cst_pred_ty<is_nonnegative> m_NonNegative() { in m_NonNegative() function 428 inline api_pred_ty<is_nonnegative> m_NonNegative(const APInt *&V) { in m_NonNegative() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 3329 if (!match(M, m_NonNegative())) // Must not have any -1 vector elements. in foldICmpWithLowBitMaskedVal() 3339 if (!match(M, m_NonNegative())) // Must not have any -1 vector elements. in foldICmpWithLowBitMaskedVal() 3349 if (!match(M, m_NonNegative())) // Must not have any -1 vector elements. in foldICmpWithLowBitMaskedVal() 3359 if (!match(M, m_NonNegative())) // Must not have any -1 vector elements. in foldICmpWithLowBitMaskedVal()
|
D | InstCombineAndOrXor.cpp | 3066 match(C, m_NonNegative())) in visitXor()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 1108 if (I.isExact() && ((match(Op1, m_Power2()) && match(Op1, m_NonNegative())) || in visitSDiv()
|
D | InstCombineCompares.cpp | 3385 if (!match(M, m_NonNegative())) // Must not have any -1 vector elements. in foldICmpWithLowBitMaskedVal() 3394 if (!match(M, m_NonNegative())) // Must not have any -1 vector elements. in foldICmpWithLowBitMaskedVal()
|
D | InstCombineAndOrXor.cpp | 3186 match(C, m_NonNegative())) { in visitXor()
|