HomeSort by: relevance | last modified time | path
    Searched refs:OverflowKind (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAG.h 1736 enum OverflowKind {
1743 OverflowKind computeOverflowKind(SDValue N0, SDValue N1) const;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprScalar.cpp 3260 SanitizerHandler OverflowKind;
3269 OverflowKind = SanitizerHandler::AddOverflow;
3276 OverflowKind = SanitizerHandler::SubOverflow;
3283 OverflowKind = SanitizerHandler::MulOverflow;
3313 CGF.EmitTrapCheck(Builder.CreateNot(overflow), OverflowKind);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 3589 SelectionDAG::OverflowKind SelectionDAG::computeOverflowKind(SDValue N0,

Completed in 37 milliseconds