Lines Matching refs:NewSrcVT
42987 MVT NewSrcVT = MVT::getIntegerVT(BitWidth / 2); in SimplifyDemandedBitsForTargetNode() local
42989 TLO.DAG.getNode(ISD::TRUNCATE, SDLoc(Src), NewSrcVT, Src); in SimplifyDemandedBitsForTargetNode()
42990 MVT NewVT = MVT::getVectorVT(NewSrcVT, VT.getVectorNumElements() * 2); in SimplifyDemandedBitsForTargetNode()
43801 EVT NewSrcVT = in combineBitcastToBoolVector() local
43803 if (TLI.isTypeLegal(NewSrcVT)) in combineBitcastToBoolVector()
43804 if (SDValue N0 = combineBitcastToBoolVector(NewSrcVT, Src, DL, DAG, in combineBitcastToBoolVector()
43814 EVT NewSrcVT = EVT::getVectorVT(*DAG.getContext(), MVT::i1, in combineBitcastToBoolVector() local
43816 if (TLI.isTypeLegal(NewSrcVT)) in combineBitcastToBoolVector()
43817 if (SDValue N0 = combineBitcastToBoolVector(NewSrcVT, Src, DL, DAG, in combineBitcastToBoolVector()
56411 EVT NewSrcVT = SrcVT.getDoubleNumVectorElementsVT(Ctx); in combineConcatVectorOps() local
56413 ConcatSubOperand(NewSrcVT, Ops, 0)); in combineConcatVectorOps()