Searched refs:m_Trunc (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 680 if (match(Op0, m_Trunc(m_PtrToInt(m_Value(LHSOp)))) && in visitSub() 681 match(Op1, m_Trunc(m_PtrToInt(m_Value(RHSOp))))) in visitSub()
|
D | InstCombineCasts.cpp | 1126 if (match(Src, m_AShr(m_Shl(m_Trunc(m_Value(A)), m_ConstantInt(BA)), in visitSExt() 1608 if (match(Src, m_Trunc(m_BitCast(m_Value(VecInput)))) && in OptimizeIntToFloatBitCast() 1628 if (match(Src, m_Trunc(m_LShr(m_BitCast(m_Value(VecInput)), in OptimizeIntToFloatBitCast()
|
D | InstCombineAndOrXor.cpp | 782 if (match(Val2, m_Trunc(m_Value(V))) && in FoldAndOfICmps() 788 else if (match(Val, m_Trunc(m_Value(V))) && in FoldAndOfICmps() 1132 if (match(Op0, m_Trunc(m_And(m_Value(X), m_ConstantInt(YC))))) { in visitAnd()
|
D | InstCombineCompares.cpp | 2535 match(Op0, m_Trunc(m_OneUse(m_LShr(m_Value(A), in visitICmpInst()
|
/external/llvm/include/llvm/Support/ |
D | PatternMatch.h | 557 m_Trunc(const OpTy &Op) { in m_Trunc() function
|