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