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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
14785   if (!DAG.MaskedValueIsZero(IVal, Mask)) return SDValue();
14791   const TargetLowering &TLI = DAG.getTargetLoweringInfo();
14795       !TLI.allowsMemoryAccess(*DAG.getContext(), DAG.getDataLayout(), VT,
14795       !TLI.allowsMemoryAccess(*DAG.getContext(), DAG.getDataLayout(), VT,
14803     IVal = DAG.getNode(ISD::SRL, DL, IVal.getValueType(), IVal,
14804                        DAG.getConstant(ByteShift*8, DL,
14812   if (DAG.getDataLayout().isLittleEndian())
14820     Ptr = DAG.getNode(ISD::ADD, DL, Ptr.getValueType(),
14821                       Ptr, DAG.getConstant(StOffset, DL, Ptr.getValueType()));
14826   IVal = DAG.getNode(ISD::TRUNCATE, SDLoc(IVal), VT, IVal);
14829   return DAG