Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1551 static APInt estimateBitMaskedAndLowerBound(const ConstantRange &LHS, in estimateBitMaskedAndLowerBound() function
1590 auto LowerBound = estimateBitMaskedAndLowerBound(*this, Other); in binaryAnd()
1609 -estimateBitMaskedAndLowerBound(binaryNot(), Other.binaryNot()); in binaryOr()