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