Searched refs:hasNUsesOrMore (Results 1 – 7 of 7) sorted by relevance
154 } while (CE->hasNUsesOrMore(1)); // We need to check because a recursive in replaceConstantExprOp()
250 assert((hasNUsesOrMore(16)||// Reduce cost of this assertion for complex CFGs. in removePredecessor()
103 bool Value::hasNUsesOrMore(unsigned N) const { in hasNUsesOrMore() function in Value
191 if (!Phi->hasNUsesOrMore(1)) in eraseIfUnused()
322 bool hasNUsesOrMore(unsigned N) const;
519 if (NumElements > 16 && GV->hasNUsesOrMore(16)) in SRAGlobal()2821 return V.hasNUsesOrMore(N); in hasMoreThanOneUseOtherThanLLVMUsed()
2196 if (MulVal->hasNUsesOrMore(2)) in ProcessUMulZExtIdiom()2320 if (MulVal->hasNUsesOrMore(2)) { in ProcessUMulZExtIdiom()