Searched refs:ExtendNode (Results 1 – 2 of 2) sorted by relevance
713 auto ExtendNode = DAG.getNode(ISD::FP_EXTEND, dl, VT, NewL); in SoftenFloatRes_LOAD() local714 return BitConvertToInteger(ExtendNode); in SoftenFloatRes_LOAD()
12584 SDValue ExtendNode = DAG.getNode(IsSExt ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND, in performCommonVectorExtendCombine() local12587 return ExtendNode; in performCommonVectorExtendCombine()