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