Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DAPInt.cpp1197 APInt testy(BitWidth, 16); in sqrt() local
1203 for (;; i += 2, testy = testy.shl(2)) in sqrt()
1204 if (i >= nbits || this->ule(testy)) { in sqrt()