Searched refs:reassociateOpsCommutative (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 527 SDValue reassociateOpsCommutative(unsigned Opc, const SDLoc &DL, SDValue N0, 1058 SDValue DAGCombiner::reassociateOpsCommutative(unsigned Opc, const SDLoc &DL, in reassociateOpsCommutative() function in DAGCombiner 1096 if (SDValue Combined = reassociateOpsCommutative(Opc, DL, N0, N1)) in reassociateOps() 1098 if (SDValue Combined = reassociateOpsCommutative(Opc, DL, N1, N0)) in reassociateOps()
|