Searched refs:SrcEltCnt (Results 1 – 1 of 1) sorted by relevance
2436 ElementCount SrcEltCnt = Src.getValueType().getVectorElementCount(); in SimplifyDemandedBits() local2439 if (SrcEltCnt.isScalable()) in SimplifyDemandedBits()2443 unsigned NumSrcElts = SrcEltCnt.getFixedValue(); in SimplifyDemandedBits()2888 ElementCount SrcEltCnt = SrcVT.getVectorElementCount(); in SimplifyDemandedVectorElts() local2890 if (SrcEltCnt.isScalable()) in SimplifyDemandedVectorElts()2893 unsigned NumSrcElts = SrcEltCnt.getFixedValue(); in SimplifyDemandedVectorElts()