Return true if this value has N uses or more.

Synopsis

Declared in <llvm/IR/Value.h>

bool
hasNUndroppableUsesOrMore(unsigned int N) const;

Description

This is logically equivalent to getNumUses() >= N.

Return Value

true if this value has N uses or more.

Created with MrDocs