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

References

lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 2925       if ((NumElts * BitWidth) == CstTy->getPrimitiveSizeInBits()) {
 2928         if (CstTy->isVectorTy()) {
 2931             CstTy = Cst->getType();
 2935         if (CstTy->isVectorTy() && BitWidth == CstTy->getScalarSizeInBits()) {
 2935         if (CstTy->isVectorTy() && BitWidth == CstTy->getScalarSizeInBits()) {
 2960         } else if (BitWidth == CstTy->getPrimitiveSizeInBits()) {