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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 5146       bool IsSplat = Vector->isConstantSplat(SplatValue, SplatUndef,
 5151         SplatValue |= SplatUndef;
 5163           for (SplatValue = SplatValue.zextOrTrunc(EltBitWidth);
 5163           for (SplatValue = SplatValue.zextOrTrunc(EltBitWidth);
 5165             SplatValue |= SplatValue.shl(SplatBitSize);
 5165             SplatValue |= SplatValue.shl(SplatBitSize);
 5172             Constant &= SplatValue.extractBits(EltBitWidth, i * EltBitWidth);