Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DPatternMatch.h340 inline cst_pred_ty<is_nonnegative> m_NonNegative() { in m_NonNegative() function
343 inline api_pred_ty<is_nonnegative> m_NonNegative(const APInt *&V) { in m_NonNegative() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2929 if (!match(M, m_NonNegative())) // Must not have any -1 vector elements. in foldICmpWithLowBitMaskedVal()
2939 if (!match(M, m_NonNegative())) // Must not have any -1 vector elements. in foldICmpWithLowBitMaskedVal()
DInstCombineAndOrXor.cpp2551 match(C, m_NonNegative())) { in visitXor()