Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1258 APInt truncUSat(unsigned width) const;
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp931 APInt APInt::truncUSat(unsigned width) const { in truncUSat() function in APInt