HomeSort by relevance Sort by last modified time
    Searched refs:m_PtrToInt (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]
InstructionCombining.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 757 if (match(Op0, m_PtrToInt(m_Value(X))) &&
758 match(Op1, m_PtrToInt(m_Value(Y))))
    [all...]
ValueTracking.cpp 715 m_CombineOr(m_PtrToInt(m_Specific(V)),
    [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 795 inline CastClass_match<OpTy, Instruction::PtrToInt> m_PtrToInt(const OpTy &Op) {
    [all...]

Completed in 227 milliseconds