Searched refs:WideRes (Results 1 – 1 of 1) sorted by relevance
2960 SDValue WideRes; in tryEXTEND() local2966 WideRes = computeLogicOpInGPR(N->getOperand(0)); in tryEXTEND()2970 WideRes = in tryEXTEND()2975 if (!WideRes) in tryEXTEND()2979 bool Input32Bit = WideRes.getValueType() == MVT::i32; in tryEXTEND()2985 SDValue ConvOp = WideRes; in tryEXTEND()2987 ConvOp = addExtOrTrunc(WideRes, Input32Bit ? ExtOrTruncConversion::Ext : in tryEXTEND()