Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h615 assignSlowCase(RHS);
1983 void assignSlowCase(const APInt &RHS);
/openbsd/gnu/llvm/llvm/lib/Support/
H A DAPInt.cpp138 void APInt::assignSlowCase(const APInt &RHS) { in assignSlowCase() function in APInt