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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7422 SDValue ReplLoad; local
7426 ReplLoad = DAG.getLoad(N->getValueType(0), LD->getDebugLoc(),
7431 ReplLoad = DAG.getExtLoad(LD->getExtensionType(), LD->getDebugLoc(),
7442 MVT::Other, Chain, ReplLoad.getValue(1));
7449 return CombineTo(N, ReplLoad.getValue(0), Token, false);

Completed in 94 milliseconds