Searched refs:reassociateOpsCommutative (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 527 SDValue reassociateOpsCommutative(unsigned Opc, const SDLoc &DL, SDValue N0, 1056 SDValue DAGCombiner::reassociateOpsCommutative(unsigned Opc, const SDLoc &DL, in reassociateOpsCommutative() function in DAGCombiner 1094 if (SDValue Combined = reassociateOpsCommutative(Opc, DL, N0, N1)) in reassociateOps() 1096 if (SDValue Combined = reassociateOpsCommutative(Opc, DL, N1, N0)) in reassociateOps()
|