Home
last modified time | relevance | path

Searched refs:m_Negative (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp963 if (match(Op1, m_Negative())) { in visitUDiv()
1330 if (match(Op1, m_Negative())) { in visitURem()
1365 if (match(Op1, m_Negative(Y)) && !Y->isMinSignedValue()) { in visitSRem()
DInstCombineAndOrXor.cpp2544 match(C, m_Negative())) { in visitXor()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DPatternMatch.h328 inline cst_pred_ty<is_negative> m_Negative() { in m_Negative() function
331 inline api_pred_ty<is_negative> m_Negative(const APInt *&V) { in m_Negative() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp1302 if (isNUW && match(Op0, m_Negative())) in SimplifyShlInst()