reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 4416       !isSetCCEquivalent(N1, RL, RR, N1CC))
 4422          RL.getValueType() == RR.getValueType() &&
 4433   if (OpVT != RL.getValueType())
 4457       SDValue Or = DAG.getNode(ISD::OR, SDLoc(N0), OpVT, LL, RL);
 4476       SDValue And = DAG.getNode(ISD::AND, SDLoc(N0), OpVT, LL, RL);
 4484   if (IsAnd && LL == RL && CC0 == CC1 && OpVT.getScalarSizeInBits() > 1 &&
 4503       SDValue XorR = DAG.getNode(ISD::XOR, SDLoc(N1), OpVT, RL, RR);
 4515       if (LL == RL && C0 && C1 && !C0->isOpaque() && !C1->isOpaque()) {
 4538   if (LL == RR && LR == RL) {
 4540     std::swap(RL, RR);
 4545   if (LL == RL && LR == RR) {