Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Support/
H A DAPInt.cpp1326 uint32_t u_tmp = u[i] >> (32 - shift); in KnuthDiv() local
1328 u_carry = u_tmp; in KnuthDiv()