Searched refs:ScalTy (Results 1 – 2 of 2) sorted by relevance
214 Type *ScalTy = VecTy->getScalarType(); in isTypeForHVX() local215 if (!ScalTy->isIntegerTy() && in isTypeForHVX()216 !(ScalTy->isFloatingPointTy() && useHVXFloatingPoint())) in isTypeForHVX()
20638 MVT ScalTy = MVT::getScalableVectorVT(MVT::getIntegerVT(8), NumScalElts); in PerformDAGCombine() local20640 SDValue Splat = DAG.getNode(ISD::SPLAT_VECTOR, DL, ScalTy, EltVal); in PerformDAGCombine()