Searched refs:BEWidth (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp623 unsigned BEWidth = cast<IntegerType>(BECountSC->getType())->getBitWidth(); local
646 if (Log2_32(Count) > BEWidth) {
729 // If (2) is true, we know that TripCount really is (1 << BEWidth) and so
731 // multiple Count == (1 << Log2(Count)) because Log2(Count) <= BEWidth (we

Completed in 66 milliseconds