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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2124 // It should not be possible for IntTSize to saturate for sane code, but make
2127 uint64_t IntTSize = TSize.getLimitedValue(UINT64_MAX/10); local
2128 if (IntTSize * 10 < IntRange * 4)

Completed in 135 milliseconds