Home
last modified time | relevance | path

Searched defs:sshl_sat (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp2056 APInt APInt::sshl_sat(const APInt &RHS) const { in sshl_sat() function in APInt
2060 APInt APInt::sshl_sat(unsigned RHS) const { in sshl_sat() function in APInt
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1743 ConstantRange ConstantRange::sshl_sat(const ConstantRange &Other) const { in sshl_sat() function in ConstantRange