Searched refs:AssignSlowCase (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h214 void AssignSlowCase(const APInt &RHS);
759 AssignSlowCase(RHS);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp143 void APInt::AssignSlowCase(const APInt& RHS) { function in class:APInt

Completed in 88 milliseconds