Searched refs:NewLD2 (Results 1 – 1 of 1) sorted by relevance
9228 SDValue NewLD2 = DAG.getLoad(MVT::i32, DL, NewLD1.getValue(1), OffsetPtr, in PerformVMOVRRDCombine() local9233 DAG.ReplaceAllUsesOfValueWith(SDValue(LD, 1), NewLD2.getValue(1)); in PerformVMOVRRDCombine()9235 std::swap (NewLD1, NewLD2); in PerformVMOVRRDCombine()9236 SDValue Result = DCI.CombineTo(N, NewLD1, NewLD2); in PerformVMOVRRDCombine()