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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp275 SDValue visitSTORE(SDNode *N);
1263 case ISD::STORE: return visitSTORE(N);
9486 SDValue DAGCombiner::visitSTORE(SDNode *N) { function in class:DAGCombiner

Completed in 66 milliseconds