Home
last modified time | relevance | path

Searched refs:isAllPositive (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h281 bool isAllPositive() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp472 bool ConstantRange::isAllPositive() const { in isAllPositive() function in ConstantRange