Searched refs:Const1H (Results 1 – 1 of 1) sorted by relevance
55468 auto *Const1H = dyn_cast<ConstantSDNode>(Op1H->getOperand(1)); in matchPMADDWD() local55469 if (!Const0L || !Const1L || !Const0H || !Const1H) in matchPMADDWD()55472 Idx0H = Const0H->getZExtValue(), Idx1H = Const1H->getZExtValue(); in matchPMADDWD()