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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 9956   SDValue N0 = N->getOperand(0);
 9957   EVT VT = N->getValueType(0);
 9959   if (SDValue Res = tryToFoldExtendOfConstant(N, TLI, DAG, LegalTypes))
 9968     return DAG.getNode(N0.getOpcode(), SDLoc(N), VT, N0.getOperand(0));
 9980       return SDValue(N, 0);   // Return N so it doesn't get rechecked!
 9986     return DAG.getAnyExtOrTrunc(N0.getOperand(0), SDLoc(N), VT);
 9995     SDLoc DL(N);
10014       DoXform = ExtendUsesToFormExtLoad(VT, N, N0, ISD::ANY_EXTEND, SetCCs,
10018       SDValue ExtLoad = DAG.getExtLoad(ISD::EXTLOAD, SDLoc(N), VT,
10025       CombineTo(N, ExtLoad);
10034       return SDValue(N, 0); // Return N so it doesn't get rechecked!
10047       SDValue ExtLoad = DAG.getExtLoad(ExtType, SDLoc(N),
10050       CombineTo(N, ExtLoad);
10053       return SDValue(N, 0);   // Return N so it doesn't get rechecked!
10074         return DAG.getSetCC(SDLoc(N), VT, N0.getOperand(0),
10083         DAG.getSetCC(SDLoc(N), MatchingVectorType, N0.getOperand(0),
10086       return DAG.getAnyExtOrTrunc(VsetCC, SDLoc(N), VT);
10090     SDLoc DL(N);
10098   if (SDValue NewCtPop = widenCtPop(N, DAG))