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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp191 bool CombineToPostIndexedLoadStore(SDNode *N);
9768 bool DAGCombiner::CombineToPostIndexedLoadStore(SDNode *N) { function in class:DAGCombiner
10046 if (CombineToPreIndexedLoadStore(N) || CombineToPostIndexedLoadStore(N))
11910 if (CombineToPreIndexedLoadStore(N) || CombineToPostIndexedLoadStore(N))

Completed in 71 milliseconds