Lines Matching refs:getVectorNumElements
942 unsigned PossibleBits = VT.getVectorNumElements(); in computeKnownBitsForTargetNode()
1933 ExtractedVecT.getVectorNumElements() / VecT.getVectorNumElements(); in LowerSIGN_EXTEND_INREG()
2110 if (Lane->getOperand(0).getValueType().getVectorNumElements() > in LowerBUILD_VECTOR()
2111 VecT.getVectorNumElements()) in LowerBUILD_VECTOR()
2206 size_t DestLaneCount = VecT.getVectorNumElements(); in LowerBUILD_VECTOR()
2371 size_t NumLanes = Op.getSimpleValueType().getVectorNumElements(); in unrollVectorShift()
2494 SrcType.getVectorNumElements() != DstType.getVectorNumElements()) in performVECTOR_SHUFFLECombine()
2702 VT.getVectorNumElements() / Factor); in extractSubVector()
2734 unsigned NumElems = SrcVT.getVectorNumElements(); in truncateVectorWithNARROW()
2737 assert(DstVT.getVectorNumElements() == NumElems && "Illegal truncation"); in truncateVectorWithNARROW()
2815 unsigned NumElts = SrcVT.getVectorNumElements(); in performBitcastCombine()
2857 unsigned NumElts = FromVT.getVectorNumElements(); in performSETCCCombine()