Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp3580 uint32_t BBW = B.getBitWidth(); in gcd() local
3582 if (ABW > BBW) in gcd()
3584 else if (ABW < BBW) in gcd()
3585 A = A.zext(BBW); in gcd()