Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DConstantRange.h267 bool isSizeLargerThan(uint64_t MaxSize) const;
/openbsd/gnu/llvm/llvm/lib/IR/
H A DConstantRange.cpp398 ConstantRange::isSizeLargerThan(uint64_t MaxSize) const { in isSizeLargerThan() function in ConstantRange
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp685 if (Span.isSizeLargerThan(8) || Span.isEmptySet()) { in matchInstruction()