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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
20033   if (N2 == N3) return N2;
20040   auto *N3C = dyn_cast<ConstantSDNode>(N3.getNode());
20048       return !(SCCC->isNullValue()) ? N2 : N3;
20053           convertSelectOfFPConstantsToLoadOffset(DL, N0, N1, N2, N3, CC))
20056   if (SDValue V = foldSelectCCToShiftAnd(DL, N0, N1, N2, N3, CC))
20089       return DAG.getNode(ISD::AND, DL, VT, Shr, N3);
20094   bool Fold = N2C && isNullConstant(N3) && N2C->getAPIntValue().isPowerOf2();
20148     SDValue Count = N3;