HomeSort by relevance Sort by last modified time
    Searched defs:isSignWrappedSet (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/IR/
ConstantRange.cpp 246 /// isSignWrappedSet - Return true if this set wraps around the INT_MIN of
249 bool ConstantRange::isSignWrappedSet() const {
563 if (isFullSet() || isSignWrappedSet()) {
  /external/swiftshader/third_party/LLVM/lib/Support/
ConstantRange.cpp 135 /// isSignWrappedSet - Return true if this set wraps around the INT_MIN of
138 bool ConstantRange::isSignWrappedSet() const {
456 if (isFullSet() || isSignWrappedSet()) {

Completed in 518 milliseconds