Searched refs:TargetScalarType (Results 1 – 1 of 1) sorted by relevance
4116 EVT TargetScalarType = ElementType.getHalfSizedIntegerVT(*DAG.getContext()); in performShlCombine() local4117 EVT TargetType = VT.isVector() ? VT.changeVectorElementType(TargetScalarType) in performShlCombine()4118 : TargetScalarType; in performShlCombine()4120 if (Known.getMinValue().getZExtValue() < TargetScalarType.getSizeInBits()) in performShlCombine()4125 ShiftAmt = DAG.getConstant(RHSVal - TargetScalarType.getSizeInBits(), SL, in performShlCombine()4130 DAG.getConstant(TargetScalarType.getSizeInBits() - 1, SL, TargetType); in performShlCombine()4140 const SDValue Zero = DAG.getConstant(0, SL, TargetScalarType); in performShlCombine()4181 EVT TargetScalarType = ElementType.getHalfSizedIntegerVT(*DAG.getContext()); in performSraCombine() local4182 EVT TargetType = VT.isVector() ? VT.changeVectorElementType(TargetScalarType) in performSraCombine()4183 : TargetScalarType; in performSraCombine()[all …]