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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
InstCombineSelect.cpp 411 if (match(TrueVal, m_SExt(m_Specific(CmpLHS))) &&
415 } else if (match(FalseVal, m_SExt(m_Specific(CmpLHS))) &&
    [all...]
InstCombineAddSub.cpp     [all...]
  /external/llvm/include/llvm/Support/
PatternMatch.h 682 /// m_SExt
685 m_SExt(const OpTy &Op) {

Completed in 936 milliseconds