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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
10171   EVT ExtVT = VT;
10174   if (VT.isVector())
10202                                 VT.getSizeInBits() - ShiftAmt);
10278       ExtVT == VT && TLI.isNarrowingProfitable(N0.getValueType(), VT)) {
10278       ExtVT == VT && TLI.isNarrowingProfitable(N0.getValueType(), VT)) {
10322     Load = DAG.getLoad(VT, DL, LN0->getChain(), NewPtr,
10326     Load = DAG.getExtLoad(ExtType, DL, VT, LN0->getChain(), NewPtr,
10340       ShImmTy = VT;
10345     if (ShLeftAmt >= VT.getSizeInBits())
10346       Result = DAG.getConstant(0, DL, VT);
10348       Result = DAG.getNode(ISD::SHL, DL, VT,
10362     SDValue ShiftC = DAG.getConstant(ShAmt, DL, VT);
10363     Result = DAG.getNode(ISD::SHL, DL, VT, Result, ShiftC);