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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp240 SDValue visitSTORE(SDNode *N);
1162 case ISD::STORE: return visitSTORE(N);
8324 SDValue DAGCombiner::visitSTORE(SDNode *N) { function in class:DAGCombiner

Completed in 87 milliseconds