Searched refs:ZextOperand (Results 1 – 1 of 1) sorted by relevance
4543 SDValue ZextOperand; in selectUmullSmull() local4545 ZextOperand = N0->getOperand(0); in selectUmullSmull()4547 ZextOperand = N1->getOperand(0); in selectUmullSmull()4548 if (DAG.SignBitIsZero(ZextOperand)) { in selectUmullSmull()4550 DAG.getSExtOrTrunc(ZextOperand, DL, N0->getValueType(0)).getNode(); in selectUmullSmull()