reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
535 if (!isPowerOf2_32(SmallVTBits)) 536 SmallVTBits = NextPowerOf2(SmallVTBits); 536 SmallVTBits = NextPowerOf2(SmallVTBits); 537 for (; SmallVTBits < BitWidth; SmallVTBits = NextPowerOf2(SmallVTBits)) { 537 for (; SmallVTBits < BitWidth; SmallVTBits = NextPowerOf2(SmallVTBits)) { 537 for (; SmallVTBits < BitWidth; SmallVTBits = NextPowerOf2(SmallVTBits)) { 538 EVT SmallVT = EVT::getIntegerVT(*DAG.getContext(), SmallVTBits); 546 assert(DemandedSize <= SmallVTBits && "Narrowed below demanded bits?");