Searched refs:SatW (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 1162 unsigned SatW, bool Signed, in SaturateWidenedDIVFIX() argument 1172 DAG.getConstant(APInt::getLowBitsSet(VTW, SatW), in SaturateWidenedDIVFIX() 1179 DAG.getConstant(APInt::getLowBitsSet(VTW, SatW - 1), in SaturateWidenedDIVFIX() 1184 DAG.getConstant(APInt::getHighBitsSet(VTW, VTW - SatW + 1), in SaturateWidenedDIVFIX() 1191 SelectionDAG &DAG, unsigned SatW = 0) { in earlyExpandDIVFIX() argument 1215 assert(SatW <= VTSize && in earlyExpandDIVFIX() 1217 Res = SaturateWidenedDIVFIX(Res, dl, SatW == 0 ? VTSize : SatW, Signed, in earlyExpandDIVFIX()
|