Searched refs:SrcEltCnt (Results 1 – 1 of 1) sorted by relevance
2641 ElementCount SrcEltCnt = Src.getValueType().getVectorElementCount(); in SimplifyDemandedBits() local2644 if (SrcEltCnt.isScalable()) in SimplifyDemandedBits()2648 unsigned NumSrcElts = SrcEltCnt.getFixedValue(); in SimplifyDemandedBits()3116 ElementCount SrcEltCnt = SrcVT.getVectorElementCount(); in SimplifyDemandedVectorElts() local3118 if (SrcEltCnt.isScalable()) in SimplifyDemandedVectorElts()3121 unsigned NumSrcElts = SrcEltCnt.getFixedValue(); in SimplifyDemandedVectorElts()