HomeSort by: relevance | last modified time | path
    Searched refs:isWrappedSet (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantRange.cpp 318 bool ConstantRange::isWrappedSet() const {
377 if (isFullSet() || isWrappedSet())
452 if (!CR1.isWrappedSet() && CR2.isWrappedSet())
454 if (CR1.isWrappedSet() && !CR2.isWrappedSet())
1081 if (isWrappedSet() || Other.isWrappedSet())
1109 if (isWrappedSet() || Other.isWrappedSet())
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ConstantRange.h 190 bool isWrappedSet() const;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp 6197 bool IsWrappedSet = IsSigned ? RangeBetween.isSignWrappedSet()
6198 : RangeBetween.isWrappedSet();
6199 if (IsWrappedSet)

Completed in 36 milliseconds