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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1160 unsigned SmallVTBits = BitWidth - Demanded.countLeadingZeros(); local
1161 if (!isPowerOf2_32(SmallVTBits))
1162 SmallVTBits = NextPowerOf2(SmallVTBits);
1163 for (; SmallVTBits < BitWidth; SmallVTBits = NextPowerOf2(SmallVTBits)) {
1164 EVT SmallVT = EVT::getIntegerVT(*DAG.getContext(), SmallVTBits);

Completed in 48 milliseconds