Home
last modified time | relevance | path

Searched refs:OverflowKind (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1736 enum OverflowKind {
1743 OverflowKind computeOverflowKind(SDValue N0, SDValue N1) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp3260 SanitizerHandler OverflowKind; in EmitOverflowCheckedBinOp() local
3269 OverflowKind = SanitizerHandler::AddOverflow; in EmitOverflowCheckedBinOp()
3276 OverflowKind = SanitizerHandler::SubOverflow; in EmitOverflowCheckedBinOp()
3283 OverflowKind = SanitizerHandler::MulOverflow; in EmitOverflowCheckedBinOp()
3313 CGF.EmitTrapCheck(Builder.CreateNot(overflow), OverflowKind); in EmitOverflowCheckedBinOp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3589 SelectionDAG::OverflowKind SelectionDAG::computeOverflowKind(SDValue N0, in computeOverflowKind()