Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1586 if (match(Op0, m_PtrToInt(m_Value(LHSOp))) && in visitSub()
1587 match(Op1, m_PtrToInt(m_Value(RHSOp)))) in visitSub()
1592 if (match(Op0, m_Trunc(m_PtrToInt(m_Value(LHSOp)))) && in visitSub()
1593 match(Op1, m_Trunc(m_PtrToInt(m_Value(RHSOp))))) in visitSub()
DInstCombineCompares.cpp1323 if (match(LHSI, m_Or(m_PtrToInt(m_Value(P)), m_PtrToInt(m_Value(Q))))) { in visitICmpInstWithInstAndIntCst()
DInstructionCombining.cpp1485 match(GEP.getOperand(1), m_Neg(m_PtrToInt(m_Value())))) { in visitGetElementPtrInst()
/external/llvm/include/llvm/IR/
DPatternMatch.h761 m_PtrToInt(const OpTy &Op) { in m_PtrToInt() function
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp748 if (match(Op0, m_PtrToInt(m_Value(X))) && in SimplifySubInst()
749 match(Op1, m_PtrToInt(m_Value(Y)))) in SimplifySubInst()