Searched refs:hasNUsesOrMore (Results 1 – 8 of 8) sorted by relevance
155 } while (CE->hasNUsesOrMore(1)); // We need to check because a recursive in replaceConstantExprOp()
263 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()
307 bool hasNUsesOrMore(unsigned N) const;
518 if (NumElements > 16 && GV->hasNUsesOrMore(16)) in SRAGlobal()2817 return V.hasNUsesOrMore(N); in hasMoreThanOneUseOtherThanLLVMUsed()
2269 if (MulVal->hasNUsesOrMore(2)) in ProcessUMulZExtIdiom()2393 if (MulVal->hasNUsesOrMore(2)) { in ProcessUMulZExtIdiom()