Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAG.h1547 enum OverflowKind {
1554 OverflowKind computeOverflowKind(SDValue N0, SDValue N1) const;
/external/llvm-project/clang/lib/CodeGen/
DCGExprScalar.cpp3165 SanitizerHandler OverflowKind; in EmitOverflowCheckedBinOp() local
3174 OverflowKind = SanitizerHandler::AddOverflow; in EmitOverflowCheckedBinOp()
3181 OverflowKind = SanitizerHandler::SubOverflow; in EmitOverflowCheckedBinOp()
3188 OverflowKind = SanitizerHandler::MulOverflow; in EmitOverflowCheckedBinOp()
3218 CGF.EmitTrapCheck(Builder.CreateNot(overflow), OverflowKind); in EmitOverflowCheckedBinOp()
/external/llvm-project/llvm/include/llvm/CodeGen/
DSelectionDAG.h1758 enum OverflowKind {
1765 OverflowKind computeOverflowKind(SDValue N0, SDValue N1) const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3424 SelectionDAG::OverflowKind SelectionDAG::computeOverflowKind(SDValue N0, in computeOverflowKind()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3395 SelectionDAG::OverflowKind SelectionDAG::computeOverflowKind(SDValue N0, in computeOverflowKind()