Home
last modified time | relevance | path

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

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