Home
last modified time | relevance | path

Searched refs:m_NonNegative (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/unittests/IR/
DPatternMatch.cpp193 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/
DPatternMatch.h371 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/
DPatternMatch.h425 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/
DInstCombineCompares.cpp3329 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()
DInstCombineAndOrXor.cpp3066 match(C, m_NonNegative())) in visitXor()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp1108 if (I.isExact() && ((match(Op1, m_Power2()) && match(Op1, m_NonNegative())) || in visitSDiv()
DInstCombineCompares.cpp3385 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()
DInstCombineAndOrXor.cpp3186 match(C, m_NonNegative())) { in visitXor()