Home
last modified time | relevance | path

Searched refs:isSizeLargerThan (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantRange.h228 bool isSizeLargerThan(uint64_t MaxSize) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp339 ConstantRange::isSizeLargerThan(uint64_t MaxSize) const { in isSizeLargerThan() function in ConstantRange
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp614 if (Span.isSizeLargerThan(8) || Span.isEmptySet()) { in matchInstruction()