Searched refs:ReassociateOps (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 329 SDValue ReassociateOps(unsigned Opc, SDLoc DL, SDValue LHS, SDValue RHS); 824 SDValue DAGCombiner::ReassociateOps(unsigned Opc, SDLoc DL, in ReassociateOps() function in DAGCombiner 1689 if (SDValue RADD = ReassociateOps(ISD::ADD, SDLoc(N), N0, N1)) in visitADD() 2139 if (SDValue RMUL = ReassociateOps(ISD::MUL, SDLoc(N), N0, N1)) in visitMUL() 3060 if (SDValue RAND = ReassociateOps(ISD::AND, SDLoc(N), N0, N1)) in visitAND() 3787 if (SDValue ROR = ReassociateOps(ISD::OR, SDLoc(N), N0, N1)) in visitOR() 4117 if (SDValue RXOR = ReassociateOps(ISD::XOR, SDLoc(N), N0, N1)) in visitXOR()
|