reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
  311   if (BitWidth > 1 && BitWidth < 8)
  311   if (BitWidth > 1 && BitWidth < 8)
  312     BitWidth = 8;
  314   if (BitWidth > 64) {
  317     BitWidth = 32;
  318     assert(BitWidth >= Log2_32_Ceil(VT.getSizeInBits()) &&
  322   MVT Result = MVT::getIntegerVT(BitWidth);