Searched refs:ZextOperand (Results 1 – 1 of 1) sorted by relevance
5232 SDValue ZextOperand; in selectUmullSmull() local5234 ZextOperand = N0.getOperand(0); in selectUmullSmull()5236 ZextOperand = N1.getOperand(0); in selectUmullSmull()5237 if (DAG.SignBitIsZero(ZextOperand)) { in selectUmullSmull()5239 DAG.getSExtOrTrunc(ZextOperand, DL, N0.getValueType()); in selectUmullSmull()