Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPInt.h191 APInt AndSlowCase(const APInt& RHS) const;
663 return AndSlowCase(RHS);
/external/llvm/lib/Support/
DAPInt.cpp434 APInt APInt::AndSlowCase(const APInt& RHS) const { in AndSlowCase() function in APInt