Searched refs:OpNumElts (Results 1 – 2 of 2) sorted by relevance
2592 unsigned OpNumElts = OpTy->getNumElements(); in isInterleave() local2594 return isInterleaveMask(ShuffleMask, Factor, OpNumElts * 2); in isInterleave()
5930 unsigned OpNumElts = Op.getValueType().getVectorMinNumElements(); in PromoteIntOp_CONCAT_VECTORS() local5932 DAG.getIntPtrConstant(OpIdx * OpNumElts, dl)); in PromoteIntOp_CONCAT_VECTORS()