Searched defs:hasNUses (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/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
121 /// is a linear time operation. Use hasOneUse or hasNUses to check for specific
/external/llvm/lib/IR/
H A DValue.cpp99 bool Value::hasNUses(unsigned N) const { function in class:Value

Completed in 413 milliseconds