Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:hasOneUse

154   if (Depth != 0 && !I->hasOneUse()) {
228 if (Depth == 0 && !V->hasOneUse())
354 if (LHSInst->getOpcode() == Instruction::And && LHSInst->hasOneUse() &&
885 if (!Shr->hasOneUse())
978 if (!V->hasOneUse()) {