HomeSort by: relevance | last modified time | path
    Searched refs:m_PtrToInt (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
AssumptionCache.cpp 74 match(I, m_PtrToInt(m_Value(Op))) || match(I, m_Not(m_Value(Op)))) {
InstructionSimplify.cpp 837 if (match(Op0, m_PtrToInt(m_Value(X))) &&
838 match(Op1, m_PtrToInt(m_Value(Y))))
1651 match(Y, m_c_And(m_PtrToInt(m_Specific(X)), m_Value())))
1659 match(X, m_c_And(m_PtrToInt(m_Specific(Y)), m_Value())))
4301 match(Ops[1], m_Sub(m_PtrToInt(m_Value(P)),
4302 m_PtrToInt(m_Specific(Ops[0])))) &&
4308 if (match(Ops[1], m_AShr(m_Sub(m_PtrToInt(m_Value(P)),
4309 m_PtrToInt(m_Specific(Ops[0]))),
4316 if (match(Ops[1], m_SDiv(m_Sub(m_PtrToInt(m_Value(P)),
4317 m_PtrToInt(m_Specific(Ops[0])))
    [all...]
ValueTracking.cpp 619 auto m_V = m_CombineOr(m_Specific(V), m_PtrToInt(m_Specific(V)));
697 auto m_V = m_CombineOr(m_Specific(V), m_PtrToInt(m_Specific(V)));
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 2057 if (match(Op0, m_PtrToInt(m_Value(LHSOp))) &&
2058 match(Op1, m_PtrToInt(m_Value(RHSOp))))
2064 if (match(Op0, m_Trunc(m_PtrToInt(m_Value(LHSOp)))) &&
2065 match(Op1, m_Trunc(m_PtrToInt(m_Value(RHSOp)))))
InstructionCombining.cpp 2182 match(V, m_Sub(m_PtrToInt(m_Value(Y)), m_PtrToInt(m_Specific(X)))) &&
InstCombineCompares.cpp 1921 if (match(Or, m_Or(m_PtrToInt(m_Value(P)), m_PtrToInt(m_Value(Q))))) {
InstCombineCalls.cpp 1753 if (match(A, m_PtrToInt(m_Value(A)))) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
PatternMatch.h 1609 inline CastClass_match<OpTy, Instruction::PtrToInt> m_PtrToInt(const OpTy &Op) {
2439 if (m_PtrToInt(m_OffsetGep(m_Zero(), m_SpecificInt(1))).match(V)) {

Completed in 71 milliseconds