HomeSort by relevance Sort by last modified time
    Searched full:bewidth (Results 1 - 1 of 1) sorted by null

  /external/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp 460 unsigned BEWidth = cast<IntegerType>(BECountSC->getType())->getBitWidth();
479 if (Log2_32(Count) > BEWidth)
560 // If (2) is true, we know that TripCount really is (1 << BEWidth) and so
562 // multiple Count == (1 << Log2(Count)) because Log2(Count) <= BEWidth (we

Completed in 245 milliseconds