Home
last modified time | relevance | path

Searched refs:m_Trunc (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1134 if (match(Src, m_AShr(m_Shl(m_Trunc(m_Value(A)), m_ConstantInt(BA)), in visitSExt()
1633 if (match(Src, m_Trunc(m_BitCast(m_Value(VecInput)))) && in OptimizeIntToFloatBitCast()
1656 if (match(Src, m_Trunc(m_LShr(m_BitCast(m_Value(VecInput)), in OptimizeIntToFloatBitCast()
DInstCombineAddSub.cpp1511 if (match(Op0, m_Trunc(m_PtrToInt(m_Value(LHSOp)))) && in visitSub()
1512 match(Op1, m_Trunc(m_PtrToInt(m_Value(RHSOp))))) in visitSub()
DInstCombineAndOrXor.cpp753 if (match(Val2, m_Trunc(m_Value(V))) && in FoldAndOfICmps()
757 } else if (match(Val, m_Trunc(m_Value(V))) && in FoldAndOfICmps()
1108 if (match(Op0, m_Trunc(m_And(m_Value(X), m_ConstantInt(YC))))) { in visitAnd()
DInstCombineCalls.cpp290 if (match(IIOperand, m_Trunc(m_BSwap(m_Value(X))))) { in visitCallInst()
DInstCombineCompares.cpp2907 match(Op0, m_Trunc(m_OneUse(m_LShr(m_Value(A), in visitICmpInst()
/external/llvm/include/llvm/Support/
DPatternMatch.h678 m_Trunc(const OpTy &Op) { in m_Trunc() function
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp819 if (MaxRecurse && match(Op0, m_Trunc(m_Value(X))) && in SimplifySubInst()
820 match(Op1, m_Trunc(m_Value(Y)))) in SimplifySubInst()