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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 2226   if (N0.getOpcode() == ISD::UMAX && hasOperation(ISD::USUBSAT, VT)) {
 4023       DAG.isKnownToBeAPowerOfTwo(N1) && hasOperation(ISD::SRL, VT)) {
 6143   bool HasROTL = hasOperation(ISD::ROTL, VT);
 6144   bool HasROTR = hasOperation(ISD::ROTR, VT);
 8001   if (N0 == N1 && hasOperation(RotOpc, VT))
12841   if (!hasOperation(ISD::SINT_TO_FP, OpVT) &&
12842       hasOperation(ISD::UINT_TO_FP, OpVT)) {
12902   if (!hasOperation(ISD::UINT_TO_FP, OpVT) &&
12903       hasOperation(ISD::SINT_TO_FP, OpVT)) {
19341       if (NewIdx && hasOperation(ISD::INSERT_SUBVECTOR, NewVT)) {