Searched refs:NewLD2 (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9640 SDValue NewLD2 = DAG.getLoad(MVT::i32, DL, NewLD1.getValue(1), OffsetPtr, local
9645 DAG.ReplaceAllUsesOfValueWith(SDValue(LD, 1), NewLD2.getValue(1));
9647 std::swap (NewLD1, NewLD2);
9648 SDValue Result = DCI.CombineTo(N, NewLD1, NewLD2);
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMISelLowering.cpp6933 SDValue NewLD2 = DAG.getLoad(MVT::i32, DL, NewLD1.getValue(1), OffsetPtr, local
6938 DAG.ReplaceAllUsesOfValueWith(SDValue(LD, 1), NewLD2.getValue(1));
6939 SDValue Result = DCI.CombineTo(N, NewLD1, NewLD2);

Completed in 225 milliseconds