Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1334 uint32_t u_tmp = u[i] >> (32 - shift); in KnuthDiv() local
1336 u_carry = u_tmp; in KnuthDiv()