Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:hasOneUse

46   if (Op1->hasOneUse() && match(Op1, m_SRem(m_Value(A), m_Power2(B)))) {
106 if (!I->hasOneUse()) return false;
406 if (Op0->hasOneUse()) {
419 if (isLeftShift && Op0BO->getOperand(1)->hasOneUse() &&
438 if (isLeftShift && Op0BOOp1->hasOneUse() &&
455 if (isLeftShift && Op0BO->getOperand(0)->hasOneUse() &&
473 if (isLeftShift && Op0BO->getOperand(0)->hasOneUse() &&