Searched refs:ZextOperand (Results 1 – 1 of 1) sorted by relevance
4661 SDValue ZextOperand; in selectUmullSmull() local4663 ZextOperand = N0.getOperand(0); in selectUmullSmull()4665 ZextOperand = N1.getOperand(0); in selectUmullSmull()4666 if (DAG.SignBitIsZero(ZextOperand)) { in selectUmullSmull()4668 DAG.getSExtOrTrunc(ZextOperand, DL, N0.getValueType()); in selectUmullSmull()