Lines Matching refs:getVectorNumElements
928 unsigned PossibleBits = VT.getVectorNumElements(); in computeKnownBitsForTargetNode()
1916 ExtractedVecT.getVectorNumElements() / VecT.getVectorNumElements(); in LowerSIGN_EXTEND_INREG()
2093 if (Lane->getOperand(0).getValueType().getVectorNumElements() > in LowerBUILD_VECTOR()
2094 VecT.getVectorNumElements()) in LowerBUILD_VECTOR()
2189 size_t DestLaneCount = VecT.getVectorNumElements(); in LowerBUILD_VECTOR()
2354 size_t NumLanes = Op.getSimpleValueType().getVectorNumElements(); in unrollVectorShift()
2477 SrcType.getVectorNumElements() != DstType.getVectorNumElements()) in performVECTOR_SHUFFLECombine()
2685 VT.getVectorNumElements() / Factor); in extractSubVector()
2717 unsigned NumElems = SrcVT.getVectorNumElements(); in truncateVectorWithNARROW()
2720 assert(DstVT.getVectorNumElements() == NumElems && "Illegal truncation"); in truncateVectorWithNARROW()
2798 unsigned NumElts = SrcVT.getVectorNumElements(); in performBitcastCombine()
2840 unsigned NumElts = FromVT.getVectorNumElements(); in performSETCCCombine()