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

References

lib/Target/Mips/MipsSEISelDAGToDAG.cpp
  992     if (!BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize,
  997     switch (SplatBitSize) {
 1030                ((ABI.IsO32() && SplatBitSize < 64) ||
 1037       bool Is32BitSplat = ABI.IsO32() || SplatBitSize < 64;
 1044           SplatBitSize == 16
 1046               : (SplatBitSize == 32 ? Mips::FILL_W
 1047                                     : (SplatBitSize == 64 ? Mips::FILL_D : 0));
 1059     } else if (SplatValue.isSignedIntN(32) && SplatBitSize == 32) {
 1079     } else if (SplatValue.isSignedIntN(32) && SplatBitSize == 64 &&