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

/external/llvm/include/llvm/IR/
H A DValue.h283 /// hasNUses - Return true if this Value has exactly N users.
285 bool hasNUses(unsigned N) const;
295 /// is a linear time operation. Use hasOneUse, hasNUses, or hasNUsesOrMore
/external/llvm/lib/IR/
H A DValue.cpp90 /// hasNUses - Return true if this Value has exactly N users.
92 bool Value::hasNUses(unsigned N) const { function in class:Value
137 /// is a linear time operation. Use hasOneUse or hasNUses to check for specific
/external/lldb/source/Expression/
H A DIRForTarget.cpp340 if (fun->hasNUses(0))
647 if (result_global->hasNUses(0))
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp117 if (!PN->hasNUses(2))
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1845 if (V->use_empty() || V->hasNUses(1))

Completed in 1549 milliseconds