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

References

lib/Target/ARM/ARMISelLowering.cpp
 7105   if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) {
 7109     if ((ST->hasNEON() && SplatBitSize <= 64) ||
 7110         (ST->hasMVEIntegerOps() && SplatBitSize <= 32)) {
 7114                                       SplatUndef.getZExtValue(), SplatBitSize,
 7126           NegatedImm, SplatUndef.getZExtValue(), SplatBitSize,
 7135       if ((VT == MVT::v2f32 || VT == MVT::v4f32) && SplatBitSize == 32) {