Searched refs:m_SExt (Results 1 - 7 of 7) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
H A D | SeparateConstOffsetFromGEP.cpp | 1123 if (match(I, m_Add(m_SExt(m_Value(LHS)), m_SExt(m_Value(RHS)))) || 1124 match(I, m_Sub(m_SExt(m_Value(LHS)), m_SExt(m_Value(RHS))))) {
|
H A D | StraightLineStrengthReduce.cpp | 541 if (match(ArrayIdx, m_SExt(m_Value(TruncatedArrayIdx))))
|
/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 1541 if (match(Op1, m_SExt(m_Value())) || 1548 if (match(Op0, m_SExt(m_Value(X))) && 1555 if (match(Op0, m_Not(m_SExt(m_Value(X)))) && 1761 if (!match(A, m_SExt(m_Value(Cond))) || 1766 if (match(D, m_Not(m_SExt(m_Specific(Cond))))) 1768 if (match(D, m_SExt(m_Not(m_Specific(Cond))))) 1772 if (match(B, m_Not(m_SExt(m_Specific(Cond))))) 1774 if (match(B, m_SExt(m_Not(m_Specific(Cond))))) 2582 if (match(Op0, m_SExt(m_Value(A))) && A->getType()->isIntegerTy(1)) 2584 if (match(Op1, m_SExt(m_Valu [all...] |
H A D | InstCombineSelect.cpp | 452 if (match(TrueVal, m_SExt(m_Specific(CmpLHS))) && 456 } else if (match(FalseVal, m_SExt(m_Specific(CmpLHS))) &&
|
H A D | InstCombineAddSub.cpp | 1555 if (C->isNullValue() && match(Op1, m_SExt(m_Value(X))))
|
H A D | InstCombineCasts.cpp | 551 match(Src, m_LShr(m_SExt(m_Value(A)), m_ConstantInt(Cst))) &&
|
/external/llvm/include/llvm/IR/ |
H A D | PatternMatch.h | 807 inline CastClass_match<OpTy, Instruction::SExt> m_SExt(const OpTy &Op) { function in namespace:llvm::PatternMatch
|
Completed in 152 milliseconds