HomeSort by relevance Sort by last modified time
    Searched defs:hasNUses (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/VMCore/
Value.cpp 86 /// hasNUses - Return true if this Value has exactly N users.
88 bool Value::hasNUses(unsigned N) const {
121 /// is a linear time operation. Use hasOneUse or hasNUses to check for specific
  /external/llvm/lib/IR/
Value.cpp 99 bool Value::hasNUses(unsigned N) const {

Completed in 84 milliseconds