Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPInt.cpp542 unsigned topWord = whichWord(std::max(n1,n2)-1); in ult() local
543 for (int i = topWord; i >= 0; --i) { in ult()