Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1433 if (match(Op0, m_PtrToInt(m_Value(LHSOp))) && in visitSub()
1434 match(Op1, m_PtrToInt(m_Value(RHSOp)))) in visitSub()
1439 if (match(Op0, m_Trunc(m_PtrToInt(m_Value(LHSOp)))) && in visitSub()
1440 match(Op1, m_Trunc(m_PtrToInt(m_Value(RHSOp))))) in visitSub()
DInstCombineCompares.cpp1259 if (match(LHSI, m_Or(m_PtrToInt(m_Value(P)), m_PtrToInt(m_Value(Q))))) { in visitICmpInstWithInstAndIntCst()
/external/llvm/include/llvm/Support/
DPatternMatch.h671 m_PtrToInt(const OpTy &Op) { in m_PtrToInt() function
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp831 if (match(Op0, m_PtrToInt(m_Value(X))) && in SimplifySubInst()
832 match(Op1, m_PtrToInt(m_Value(Y)))) in SimplifySubInst()