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

  /external/llvm/include/llvm/IR/
Value.h 162 /// hasNUses - Return true if this Value has exactly N users.
164 bool hasNUses(unsigned N) const;
174 /// is a linear time operation. Use hasOneUse, hasNUses, or hasNUsesOrMore
  /external/llvm/lib/IR/
Value.cpp 90 /// hasNUses - Return true if this Value has exactly N users.
92 bool Value::hasNUses(unsigned N) const {
138 /// is a linear time operation. Use hasOneUse or hasNUses to check for specific
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]

Completed in 554 milliseconds