reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
969 if (match(Op0, m_LShr(m_Value(X), m_APInt(C1))) && match(Op1, m_APInt(C2))) { 974 bool IsExact = I.isExact() && match(Op0, m_Exact(m_Value())); 987 Value *Cmp = Builder.CreateICmpUGE(Op0, Op1); 992 Value *Cmp = Builder.CreateICmpEQ(Op0, ConstantInt::getAllOnesValue(Ty)); 1005 if (match(Op0, m_NUWMul(m_Value(A), m_Value(B)))) { 1016 if (visitUDivOperand(Op0, Op1, I, UDivActions)) 1022 Inst = Action(Op0, ActionOp1, I, *this);