Searched refs:hasNUsesOrMore (Results 1 – 11 of 11) sorted by relevance
155 } while (CE->hasNUsesOrMore(1)); // We need to check because a recursive in replaceConstantExprOp()
268 assert((hasNUsesOrMore(16)||// Reduce cost of this assertion for complex CFGs. in removePredecessor()
104 bool Value::hasNUsesOrMore(unsigned N) const { in hasNUsesOrMore() function in Value
191 if (!Phi->hasNUsesOrMore(1)) in eraseIfUnused()
318 if (!P.Val->hasNUsesOrMore(1)) { in ConstantRead()
379 bool hasNUsesOrMore(unsigned N) const;
708 ElidesXor |= !V->hasNUsesOrMore(3); in FoldSPFofSPF()712 if (IsFreeToInvert(V, !V->hasNUsesOrMore(3))) { in FoldSPFofSPF()
2364 if (MulVal->hasNUsesOrMore(2)) in ProcessUMulZExtIdiom()2487 if (MulVal->hasNUsesOrMore(2)) { in ProcessUMulZExtIdiom()
521 if (NumElements > 16 && GV->hasNUsesOrMore(16)) in SRAGlobal()2954 return V.hasNUsesOrMore(N); in hasMoreThanOneUseOtherThanLLVMUsed()
1982 if (!isa<BinaryOperator>(User) || !User->hasNUsesOrMore(1)) in canonicalizeNegConstExpr()
1551 assert(!CS.getInstruction()->hasNUsesOrMore(2) && in makeStatepointExplicitImpl()