Home | History | Annotate | Download | only in Sema

Lines Matching defs:truncated

4427 /// \param MaxWidth - the width to which the value will be truncated
4652 llvm::APFloat truncated = value;
4655 truncated.convert(Src, llvm::APFloat::rmNearestTiesToEven, &ignored);
4656 truncated.convert(Tgt, llvm::APFloat::rmNearestTiesToEven, &ignored);
4658 return truncated.bitwiseIsEqual(value);