Searched refs:m_AShr (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 2817 if (match(Op0, m_AShr(m_ConstantInt(CI2), m_Value(A))) || in visitICmpInst() 3618 (match(Op0, m_OneUse(m_AShr(m_Value(A), m_ConstantInt(Cst1)))) && in visitICmpInst() 3619 match(Op1, m_OneUse(m_AShr(m_Value(B), m_Specific(Cst1)))))) { in visitICmpInst()
|
D | InstCombineAddSub.cpp | 1584 if (match(Op1, m_AShr(m_Value(X), m_ConstantInt(CI))) && in visitSub()
|
D | InstCombineCasts.cpp | 1128 if (match(Src, m_AShr(m_Shl(m_Trunc(m_Value(A)), m_ConstantInt(BA)), in visitSExt()
|
D | InstructionCombining.cpp | 1515 m_AShr(m_Value(V), m_ConstantInt(C)))) { in visitGetElementPtrInst()
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 2322 } else if (match(LHS, m_AShr(m_Value(), m_ConstantInt(CI2)))) { in SimplifyICmpInst() 2330 } else if (match(LHS, m_AShr(m_ConstantInt(CI2), m_Value()))) { in SimplifyICmpInst() 3302 m_AShr(m_Sub(m_Value(P), m_PtrToInt(m_Specific(Ops[0]))), in SimplifyGEPInst()
|
D | ValueTracking.cpp | 834 m_AShr(m_V, m_ConstantInt(C))), in computeKnownBitsFromAssume() 846 m_AShr(m_V, m_ConstantInt(C)))), in computeKnownBitsFromAssume()
|
/external/llvm/include/llvm/IR/ |
D | PatternMatch.h | 536 inline BinaryOp_match<LHS, RHS, Instruction::AShr> m_AShr(const LHS &L, in m_AShr() function
|