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

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
 3161     return ExpandShiftByConstant(N, CN->getAPIntValue(), Lo, Hi);
 3165   if (ExpandShiftWithKnownAmountBit(N, Lo, Hi))
 3206     Lo = DAG.getNode(PartsOpc, dl, DAG.getVTList(VT, VT), Ops);
 3207     Hi = Lo.getValue(1);
 3251     SplitInteger(TLI.makeLibCall(DAG, LC, VT, Ops, CallOptions, dl).first, Lo, Hi);
 3255   if (!ExpandShiftWithUnknownAmountBit(N, Lo, Hi))