Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPInt.h608 assignSlowCase(RHS);
1935 void assignSlowCase(const APInt &RHS);
/llvm-project-15.0.7/llvm/lib/Support/
H A DAPInt.cpp138 void APInt::assignSlowCase(const APInt &RHS) { in assignSlowCase() function in APInt