Searched refs:shouldCombineToPostInc (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 18328 static bool shouldCombineToPostInc(SDNode *N, SDValue Ptr, SDNode *PtrUse, in shouldCombineToPostInc() function 18396 if (!shouldCombineToPostInc(N, Ptr, Op, BasePtr, Offset, AM, DAG, TLI)) in getPostIndexedLoadStoreOp()
|