Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/ADT/
HDAPInt.h196 APInt AndSlowCase(const APInt &RHS) const;
766 return AndSlowCase(RHS);
/trueos/contrib/llvm/lib/Support/
HDAPInt.cpp434 APInt APInt::AndSlowCase(const APInt& RHS) const { in AndSlowCase() function in APInt