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

References

lib/CodeGen/SelectionDAG/TargetLowering.cpp
 6415     SDValue CurrVal = DAG.getConstant(0, SL, IntVT);
 6421       SDValue ExtElt = DAG.getNode(ISD::ZERO_EXTEND, SL, IntVT, Trunc);
 6425           DAG.getConstant(ShiftIntoIdx * MemSclVT.getSizeInBits(), SL, IntVT);
 6427           DAG.getNode(ISD::SHL, SL, IntVT, ExtElt, ShiftAmount);
 6428       CurrVal = DAG.getNode(ISD::OR, SL, IntVT, CurrVal, ShiftedElt);