Home
last modified time | relevance | path

Searched refs:isSingleElement (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DValueLattice.h167 } else if (isConstantRange() && getConstantRange().isSingleElement()) { in asConstantInteger()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantRange.h222 bool isSingleElement() const { return getSingleElement() != nullptr; } in isSingleElement() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyValueInfo.cpp72 Val.getConstantRange().isSingleElement()) in hasSingleValue()
1796 if (CR.isSingleElement()) in getPredicateResult()
1802 if (CR.isSingleElement()) in getPredicateResult()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp89 if (CR.isSingleElement()) in makeAllowedICmpRegion()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp5293 !AssumedConstantRange.isSingleElement()) { in manifest()