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

References

lib/Target/Mips/MipsSEISelLowering.cpp
 2471   if (Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize,
 2473                             !Subtarget.isLittle()) && SplatBitSize <= 64) {
 2475     if (SplatBitSize != 8 && SplatBitSize != 16 && SplatBitSize != 32 &&
 2475     if (SplatBitSize != 8 && SplatBitSize != 16 && SplatBitSize != 32 &&
 2475     if (SplatBitSize != 8 && SplatBitSize != 16 && SplatBitSize != 32 &&
 2476         SplatBitSize != 64)
 2487     switch (SplatBitSize) {