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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 9411   SDValue N0 = N->getOperand(0);
 9412   EVT VT = N->getValueType(0);
 9413   SDLoc DL(N);
 9415   if (SDValue Res = tryToFoldExtendOfConstant(N, TLI, DAG, LegalTypes))
 9433       return SDValue(N, 0);   // Return N so it doesn't get rechecked!
 9475           tryToFoldExtOfLoad(DAG, *this, TLI, VT, LegalOperations, N, N0,
 9480       tryToFoldExtOfMaskedLoad(DAG, TLI, VT, N, N0, ISD::SEXTLOAD,
 9486   if (SDValue ExtLoad = CombineExtLoad(N))
 9491           DAG, *this, TLI, VT, LegalOperations, N, N0, ISD::SEXTLOAD))
 9520         CombineTo(N, And);
 9534         return SDValue(N,0); // Return N so it doesn't get rechecked!
 9539   if (SDValue V = foldExtendedSignBitTest(N, DAG, LegalOperations))
 9618   if (SDValue NewVSel = matchVSelectOpSizesWithSetCC(N))