Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:hasOneUse

560     InstQuota = ((!isa<Constant>(V0) && V0->hasOneUse()) &&
561 (!isa<Constant>(V1) && V1->hasOneUse())) ? 2 : 1;
970 if (!LHS->hasOneUse() && !RHS->hasOneUse())
1079 if (LHS->hasOneUse() && (XorRHS->getValue()+1).isPowerOf2()) {
1158 if (LHS->hasOneUse() &&
1192 if (SI && SI->hasOneUse()) {
1216 if (LHSConv->hasOneUse() &&
1232 (LHSConv->hasOneUse() || RHSConv->hasOneUse()) &&
1319 if (LHSConv->hasOneUse() &&
1335 (LHSConv->hasOneUse() || RHSConv->hasOneUse()) &&
1430 (GEP2 && !GEP2->hasAllConstantIndices() && !GEP2->hasOneUse()))
1539 if (Op1->hasOneUse()) {