Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Support/
DKnownBits.cpp121 KnownBits KnownBits::makeGE(const APInt &Val) const { in makeGE() function in KnownBits
146 KnownBits L = LHS.makeGE(RHS.getMinValue()); in umax()
147 KnownBits R = RHS.makeGE(LHS.getMinValue()); in umax()
/external/llvm-project/llvm/include/llvm/Support/
DKnownBits.h195 KnownBits makeGE(const APInt &Val) const;