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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
InstCombineSelect.cpp 555 if (match(TrueVal, m_SExt(m_Specific(CmpLHS))) &&
559 } else if (match(FalseVal, m_SExt(m_Specific(CmpLHS))) &&
    [all...]
InstCombineAddSub.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
StraightLineStrengthReduce.cpp 516 if (match(ArrayIdx, m_SExt(m_Value(TruncatedArrayIdx))))
  /external/llvm/include/llvm/IR/
PatternMatch.h 807 inline CastClass_match<OpTy, Instruction::SExt> m_SExt(const OpTy &Op) {
    [all...]

Completed in 340 milliseconds