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

/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp956 SDValue NewLD = DAG.getExtLoad(ExtType, dl, PVT, local
961 SDValue Result = DAG.getNode(ISD::TRUNCATE, dl, VT, NewLD);
970 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), NewLD.getValue(1));
7350 SDValue NewLD = DAG.getLoad(NewVT, N0.getDebugLoc(), local
7355 SDValue NewVal = DAG.getNode(Opc, Value.getDebugLoc(), NewVT, NewLD,
7363 AddToWorkList(NewLD.getNode());
7366 DAG.ReplaceAllUsesOfValueWith(N0.getValue(1), NewLD.getValue(1));
7410 SDValue NewLD = DAG.getLoad(IntVT, Value.getDebugLoc(),
7415 SDValue NewST = DAG.getStore(NewLD.getValue(1), N->getDebugLoc(),
7416 NewLD, S
[all...]

Completed in 176 milliseconds