Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h272 bool isSizeLargerThan(uint64_t MaxSize) const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp409 if (!CR.isSizeLargerThan(ReachableCaseCount)) { in processSwitch()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1121 Range.isSizeLargerThan(ReachableCaseCount); in getFeasibleSuccessors()
H A DSimplifyCFG.cpp686 if (Span.isSizeLargerThan(8) || Span.isEmptySet()) { in matchInstruction()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp448 ConstantRange::isSizeLargerThan(uint64_t MaxSize) const { in isSizeLargerThan() function in ConstantRange