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 525 if (match(TrueVal, m_SExt(m_Specific(CmpLHS))) &&
529 } else if (match(FalseVal, m_SExt(m_Specific(CmpLHS))) &&
    [all...]
InstCombineAddSub.cpp     [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 772 /// m_SExt
775 m_SExt(const OpTy &Op) {
    [all...]

Completed in 53 milliseconds