Home | History | Annotate | Download | only in llvm

Lines Matching refs:overflows

805     no signed wrapping. The result is undefined if the negation overflows.
810 no unsigned wrapping. The result is undefined if the negation overflows.
827 signed wrapping. The result is undefined if the sum overflows.
832 unsigned wrapping. The result is undefined if the sum overflows.
845 no signed wrapping. The result is undefined if the sum overflows.
850 no unsigned wrapping. The result is undefined if the sum overflows.
863 no signed wrapping. The result is undefined if the sum overflows.
868 no unsigned wrapping. The result is undefined if the sum overflows.
888 or overflows. See the method [llvm::ConstantExpr::getExactSDiv]. *)