Searched refs:hasNUses (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/
H A DValue.h161 /// hasNUses - Return true if this Value has exactly N users.
163 bool hasNUses(unsigned N) const;
173 /// is a linear time operation. Use hasOneUse, hasNUses, or hasNUsesOrMore
/external/llvm/lib/VMCore/
H A DValue.cpp86 /// hasNUses - Return true if this Value has exactly N users.
88 bool Value::hasNUses(unsigned N) const { function in class:Value
134 /// is a linear time operation. Use hasOneUse or hasNUses to check for specific
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1623 if (V->use_empty() || V->hasNUses(1))

Completed in 30 milliseconds