Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPInt.h913 return concatSlowCase(NewLSB); in concat()
1968 APInt concatSlowCase(const APInt &NewLSB) const;
/llvm-project-15.0.7/llvm/lib/Support/
H A DAPInt.cpp344 APInt APInt::concatSlowCase(const APInt &NewLSB) const { in concatSlowCase() function in APInt