Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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()