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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6675 SDValue ReplLoad; local
6679 ReplLoad = DAG.getLoad(N->getValueType(0), LD->getDebugLoc(),
6684 ReplLoad = DAG.getExtLoad(LD->getExtensionType(), LD->getDebugLoc(),
6695 MVT::Other, Chain, ReplLoad.getValue(1));
6702 return CombineTo(N, ReplLoad.getValue(0), Token, false);

Completed in 35 milliseconds