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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp     [all...]
InstCombineVectorOps.cpp 70 if (!PN->hasNUses(2))
    [all...]
  /external/llvm/include/llvm/IR/
Value.h 374 bool hasNUses(unsigned N) const;
386 /// This is a linear time operation. Use hasOneUse, hasNUses, or
  /external/llvm/lib/IR/
Value.cpp 96 bool Value::hasNUses(unsigned N) const {
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 510 if (I.hasNoAliasAttr() && !I.hasNUses(0))
741 if (Align && !I->hasByValOrInAllocaAttr() && !I->hasNUses(0)) {
    [all...]

Completed in 82 milliseconds