Searched refs:SrcSVT (Results 1 – 2 of 2) sorted by relevance
3284 EVT SrcSVT = SrcVT.getScalarType(); in SimplifyDemandedVectorElts() local3286 MaskElts.push_back(TLO.DAG.getAllOnesConstant(DL, SrcSVT)); in SimplifyDemandedVectorElts()3287 MaskElts.append(NumSrcElts - 1, TLO.DAG.getConstant(0, DL, SrcSVT)); in SimplifyDemandedVectorElts()
12457 MVT SrcSVT = MVT::getIntegerVT(SrcEltBits); in lowerShuffleAsVTRUNC() local12458 MVT SrcVT = MVT::getVectorVT(SrcSVT, NumSrcElts); in lowerShuffleAsVTRUNC()12644 MVT SrcSVT = MVT::getIntegerVT(SrcEltBits); in lowerShuffleWithPACK() local12646 MVT SrcVT = MVT::getVectorVT(SrcSVT, NumSrcElts); in lowerShuffleWithPACK()43053 EVT SrcSVT = SrcVT.getScalarType(); in combineMinMaxReduction() local43054 if (SrcSVT != ExtractVT || (SrcVT.getSizeInBits() % 128) != 0) in combineMinMaxReduction()43407 EVT SrcSVT = SrcVT.getVectorElementType(); in combineExtractWithShuffle() local43408 unsigned SrcEltBits = SrcSVT.getSizeInBits(); in combineExtractWithShuffle()43412 if (SrcSVT == MVT::i1 || !isa<ConstantSDNode>(Idx)) in combineExtractWithShuffle()43483 MVT ExtractVT = MVT::getVectorVT(SrcSVT.getSimpleVT(), 128 / SrcEltBits); in combineExtractWithShuffle()