Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDAPInt.h1985 static void tcOr(WordType *, const WordType *, unsigned);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDAPInt.cpp248 tcOr(U.pVal, RHS.U.pVal, getNumWords()); in OrAssignSlowCase()
2771 void APInt::tcOr(WordType *dst, const WordType *rhs, unsigned parts) { in tcOr() function in APInt