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

  /src/external/apache2/llvm/dist/llvm/lib/Support/
APFixedPoint.cpp 142 if ((Status & APFloat::opOverflow) || !isSigned())
143 return !(Status & APFloat::opOverflow);
148 return !(Status & APFloat::opOverflow);
APFloat.cpp 1300 return (opStatus) (opOverflow | opInexact);
1436 return (opStatus) (opOverflow | opInexact);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APFloat.h 200 /// opUnderflow or opOverflow are always returned or-ed with opInexact.
210 opOverflow = 0x04,
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprScalar.cpp 918 APFloat::opOverflow)
930 APFloat::opOverflow)
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 1764 ((Status & APFloat::opOverflow) != 0 ||
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 3600 if ((result & APFloat::opOverflow) ||
3604 if (result & APFloat::opOverflow) {
SemaOverload.cpp 407 if (ConvertStatus & llvm::APFloat::opOverflow) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 6753 if (APFloat::opOverflow &

Completed in 106 milliseconds