Searched refs:concatSlowCase (Results 1 – 2 of 2) sorted by relevance
952 return concatSlowCase(NewLSB); in concat()2089 LLVM_ABI APInt concatSlowCase(const APInt &NewLSB) const;
382 APInt APInt::concatSlowCase(const APInt &NewLSB) const { in concatSlowCase() function in APInt