Searched refs:ReassociateOps (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp285 SDValue ReassociateOps(unsigned Opc, SDLoc DL, SDValue LHS, SDValue RHS);
672 SDValue DAGCombiner::ReassociateOps(unsigned Opc, SDLoc DL, function in class:DAGCombiner
1529 SDValue RADD = ReassociateOps(ISD::ADD, SDLoc(N), N0, N1);
1976 SDValue RMUL = ReassociateOps(ISD::MUL, SDLoc(N), N0, N1);
2634 SDValue RAND = ReassociateOps(ISD::AND, SDLoc(N), N0, N1);
3339 SDValue ROR = ReassociateOps(ISD::OR, SDLoc(N), N0, N1);
3733 SDValue RXOR = ReassociateOps(ISD::XOR, SDLoc(N), N0, N1);

Completed in 91 milliseconds