Searched refs:reassociateOpsCommutative (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 541 SDValue reassociateOpsCommutative(unsigned Opc, const SDLoc &DL, SDValue N0, 1101 SDValue DAGCombiner::reassociateOpsCommutative(unsigned Opc, const SDLoc &DL, in reassociateOpsCommutative() function in DAGCombiner 1180 if (SDValue Combined = reassociateOpsCommutative(Opc, DL, N0, N1)) in reassociateOps() 1182 if (SDValue Combined = reassociateOpsCommutative(Opc, DL, N1, N0)) in reassociateOps()
|