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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp951 SDValue NewLD = DAG.getExtLoad(ExtType, dl, PVT, local
956 SDValue Result = DAG.getNode(ISD::TRUNCATE, dl, VT, NewLD);
965 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), NewLD.getValue(1), &DeadNodes);
6942 SDValue NewLD = DAG.getLoad(NewVT, N0.getDebugLoc(), local
6947 SDValue NewVal = DAG.getNode(Opc, Value.getDebugLoc(), NewVT, NewLD,
6955 AddToWorkList(NewLD.getNode());
6958 DAG.ReplaceAllUsesOfValueWith(N0.getValue(1), NewLD.getValue(1),
7003 SDValue NewLD = DAG.getLoad(IntVT, Value.getDebugLoc(),
7008 SDValue NewST = DAG.getStore(NewLD.getValue(1), N->getDebugLoc(),
7009 NewLD, S
[all...]

Completed in 30 milliseconds