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

  /external/llvm/include/llvm/IR/
Value.h 164 /// hasNUses - Return true if this Value has exactly N users.
166 bool hasNUses(unsigned N) const;
176 /// 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 {
137 /// is a linear time operation. Use hasOneUse or hasNUses to check for specific
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 113 if (!PN->hasNUses(2))
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]

Completed in 4427 milliseconds