Searched refs:SrcVecVT (Results 1 – 1 of 1) sorted by relevance
22568 MVT SrcVecVT = MVT::getVectorVT(SrcVT, 128 / SrcVT.getScalarSizeInBits()); in LowerFP_TO_INT() local22575 DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, SrcVecVT, Src)); in LowerFP_TO_INT()22578 DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, SrcVecVT, in LowerFP_TO_INT()48045 EVT SrcVecVT = SrcVec.getValueType(); in combineAnd() local48050 if (VT == SrcVecVT.getScalarType() && N0->isOnlyUserOf(SrcVec.getNode()) && in combineAnd()48055 unsigned NumElts = SrcVecVT.getVectorNumElements(); in combineAnd()48056 unsigned Scale = SrcVecVT.getScalarSizeInBits() / 8; in combineAnd()52601 EVT SrcVecVT = ExtElt.getOperand(0).getValueType(); in combineToFPTruncExtElt() local52602 unsigned VecWidth = SrcVecVT.getSizeInBits(); in combineToFPTruncExtElt()