Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h932 return concatSlowCase(NewLSB); in concat()
2038 APInt concatSlowCase(const APInt &NewLSB) const;
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp353 APInt APInt::concatSlowCase(const APInt &NewLSB) const { in concatSlowCase() function in APInt