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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp214 SDValue visitSTORE(SDNode *N);
1104 case ISD::STORE: return visitSTORE(N);
6568 SDValue DAGCombiner::visitSTORE(SDNode *N) { function in class:DAGCombiner
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp311 SDValue visitSTORE(SDNode *N);
1429 case ISD::STORE: return visitSTORE(N);
12013 SDValue DAGCombiner::visitSTORE(SDNode *N) { function in class:DAGCombiner

Completed in 66 milliseconds