Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp166 KnownBits KnownBits::makeGE(const APInt &Val) const { in makeGE() function in KnownBits
191 KnownBits L = LHS.makeGE(RHS.getMinValue()); in umax()
192 KnownBits R = RHS.makeGE(LHS.getMinValue()); in umax()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h228 KnownBits makeGE(const APInt &Val) const;