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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8442 SDValue ReplStore; local
8446 ReplStore = DAG.getTruncStore(BetterChain, N->getDebugLoc(), Value, Ptr,
8451 ReplStore = DAG.getStore(BetterChain, N->getDebugLoc(), Value, Ptr,
8459 MVT::Other, Chain, ReplStore);

Completed in 189 milliseconds