Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp409 SDValue ReassociateOps(unsigned Opc, const SDLoc &DL, SDValue N0,
927 SDValue DAGCombiner::ReassociateOps(unsigned Opc, const SDLoc &DL, SDValue N0, in ReassociateOps() function in DAGCombiner
2100 if (SDValue RADD = ReassociateOps(ISD::ADD, DL, N0, N1, N->getFlags())) in visitADD()
3072 if (SDValue RMUL = ReassociateOps(ISD::MUL, SDLoc(N), N0, N1, N->getFlags())) in visitMUL()
4578 if (SDValue RAND = ReassociateOps(ISD::AND, SDLoc(N), N0, N1, N->getFlags())) in visitAND()
5287 if (SDValue ROR = ReassociateOps(ISD::OR, SDLoc(N), N0, N1, N->getFlags())) in visitOR()
6163 if (SDValue RXOR = ReassociateOps(ISD::XOR, DL, N0, N1, N->getFlags())) in visitXOR()