HomeSort by relevance Sort by last modified time
    Searched refs:opOverflow (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/ADT/
APFloat.h 168 /// opUnderflow or opOverflow are always returned or-ed with opInexact.
173 opOverflow = 0x04,
  /external/llvm/unittests/ADT/
APFloatTest.cpp     [all...]
  /external/llvm/lib/Support/
APFloat.cpp     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 675 if (APFloat::opOverflow &
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 646 APFloat::opOverflow)
658 APFloat::opOverflow)
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaOverload.cpp 363 if (ConvertStatus & llvm::APFloat::opOverflow) {
    [all...]

Completed in 446 milliseconds