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

References

lib/Target/SystemZ/SystemZISelLowering.cpp
  727   uint64_t SplatBitsZ = SplatBits.getZExtValue();
  748   SplatBits = FPImm.bitcastToAPInt();
  749   unsigned Width = SplatBits.getBitWidth();
  752     APInt HighValue = SplatBits.lshr(HalfSize).trunc(HalfSize);
  753     APInt LowValue = SplatBits.trunc(HalfSize);
  759     SplatBits = HighValue;
  775   BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs, 8,