Searched refs:hasNUses (Results 1 – 12 of 12) sorted by relevance
459 if (I->hasNUses(0)) in bypassSlowDivision()
1156 if (Align && !Arg.hasByValOrInAllocaAttr() && !Arg.hasNUses(0)) { in AddAlignmentAssumptions()
2043 if (I->first->hasNUses(I->second)) { in SpeculativelyExecuteBB()3194 if (!QBI->getParent()->hasNUses(2)) in mergeConditionalStores()
389 bool hasNUses(unsigned N) const;
440 bool hasNUses(unsigned N) const;
132 bool Value::hasNUses(unsigned N) const { in hasNUses() function in Value
1078 if (!(RHS->hasOneUse() || (RHS->hasNUses(2) && CmpUsesNegatedOp))) in canonicalizeAbsNabs()2124 match(Y, m_APInt(C2)) && C2->uge(*C1) && X->hasNUses(2)) { in moveAddAfterMinMax()2134 match(Y, m_APInt(C2)) && X->hasNUses(2)) { in moveAddAfterMinMax()
497 Op0->hasNUses(2)) { in visitFMul()
3220 if (Op0->hasNUses(2)) in visitXor()3226 Op1->hasNUses(2) && *ShAmt == Ty->getScalarSizeInBits() - 1 && in visitXor()
2083 Op1->hasNUses(2) && *ShAmt == Ty->getScalarSizeInBits() - 1 && in visitSub()
843 if (!KV.second->hasNUses(NumBaseUses)) { in collectPossibleRoots()
3163 if (!LI || !LI->isSimple() || !LI->hasNUses(VL.size())) in canReuseExtract()6252 return I->hasNUses(2) && in hasRequiredNumberOfUses()