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

References

lib/Target/X86/X86ISelLowering.cpp
35845   if (Match.getScalarValueSizeInBits() != BitWidth)
35895     if (DAG.ComputeNumSignBits(Match) != BitWidth)
35898     if (MatchSizeInBits == 256 && BitWidth < 32 && !Subtarget.hasInt256()) {
35907     if (64 == BitWidth || 32 == BitWidth)
35907     if (64 == BitWidth || 32 == BitWidth)
35908       MaskSrcVT = MVT::getVectorVT(MVT::getFloatingPointVT(BitWidth),
35909                                    MatchSizeInBits / BitWidth);