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

References

lib/CodeGen/SelectionDAG/TargetLowering.cpp
 6994       APInt MinVal = APInt::getSignedMinValue(VTSize);
 6995       APInt MaxVal = APInt::getSignedMaxValue(VTSize);
 7007       APInt MaxVal = APInt::getMaxValue(VTSize);
 7013   assert(((Signed && Scale < VTSize) || (!Signed && Scale <= VTSize)) &&
 7013   assert(((Signed && Scale < VTSize) || (!Signed && Scale <= VTSize)) &&
 7036   if (Scale == VTSize)
 7057     APInt MaxVal = APInt::getMaxValue(VTSize);
 7058     SDValue LowMask = DAG.getConstant(APInt::getLowBitsSet(VTSize, Scale),
 7070   SDValue SatMin = DAG.getConstant(APInt::getSignedMinValue(VTSize), dl, VT);
 7071   SDValue SatMax = DAG.getConstant(APInt::getSignedMaxValue(VTSize), dl, VT);
 7075                                DAG.getConstant(VTSize - 1, dl, ShiftTy));
 7090   SDValue LowMask = DAG.getConstant(APInt::getLowBitsSet(VTSize, Scale - 1),
 7096       DAG.getConstant(APInt::getHighBitsSet(VTSize, VTSize - Scale + 1),
 7096       DAG.getConstant(APInt::getHighBitsSet(VTSize, VTSize - Scale + 1),