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

  /external/llvm/include/llvm/IR/
Value.h 283 /// 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/
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/lldb/source/Expression/
IRForTarget.cpp 340 if (fun->hasNUses(0))
647 if (result_global->hasNUses(0))
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 117 if (!PN->hasNUses(2))
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]

Completed in 246 milliseconds