Searched refs:hasNUses (Results 1 – 8 of 8) sorted by relevance
1150 if (IsFreeToInvert(LHS, LHS->hasNUses(2)) && in visitSelectInst()1151 IsFreeToInvert(RHS, RHS->hasNUses(2))) { in visitSelectInst()1158 (LHS->hasNUses(2) && match(LHS, m_Not(m_Value()))) || in visitSelectInst()1159 (RHS->hasNUses(2) && match(RHS, m_Not(m_Value()))) || in visitSelectInst()
176 bool hasNUses(unsigned N) const;
88 bool Value::hasNUses(unsigned N) const { in hasNUses() function in Value
389 bool hasNUses(unsigned N) const;
380 bool hasNUses(unsigned N) const;
99 bool Value::hasNUses(unsigned N) const { in hasNUses() function in Value
1070 if (Align && !I->hasByValOrInAllocaAttr() && !I->hasNUses(0)) { in AddAlignmentAssumptions()
1504 if (!LI || !LI->isSimple() || !LI->hasNUses(VL.size())) in canReuseExtract()