Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h627 assignSlowCase(RHS);
2053 LLVM_ABI void assignSlowCase(const APInt &RHS);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp140 void APInt::assignSlowCase(const APInt &RHS) { in assignSlowCase() function in APInt