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