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.cpp175 KnownBits KnownBits::makeGE(const APInt &Val) const { in makeGE() function in KnownBits
200 KnownBits L = LHS.makeGE(RHS.getMinValue()); in umax()
201 KnownBits R = RHS.makeGE(LHS.getMinValue()); in umax()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h232 LLVM_ABI KnownBits makeGE(const APInt &Val) const;