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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
19255       N1.getOperand(1) == N2 && N1.getOperand(0).getValueType() == VT)
19264       N1.getOperand(0).getOperand(1) == N2 &&
19285                                       CN0.getValueType(), CN0, CN1, N2);
19295       N0.getOperand(2) == N2)
19297                        N1, N2);
19305                        N1.getOperand(1), N2);
19307   if (!isa<ConstantSDNode>(N2))
19310   uint64_t InsIdx = cast<ConstantSDNode>(N2)->getZExtValue();
19360                                   N0.getOperand(0), N1, N2);
19374     Ops[cast<ConstantSDNode>(N2)->getZExtValue() / Factor] = N1;