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

  /src/external/apache2/llvm/dist/llvm/lib/Support/
APFloat.cpp 1095 assert(status == opOK);
1361 return opOK;
1388 return opOK;
1417 return opOK;
1480 return rhs.isSignaling() ? opInvalidOp : opOK;
1485 return opOK;
1491 return opOK;
1496 return opOK;
1500 return opOK;
1510 return opOK;
    [all...]
StringRef.cpp 590 if (Status != APFloat::opOK) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
Float2Int.cpp 328 if (Res != APFloat::opOK || NewF != F) {
IndVarSimplify.cpp 197 APFloat::rmTowardZero, &isExact) != APFloat::opOK ||
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ConstantFolding.cpp 1789 if (status != APFloat::opOK &&
1894 if (Status == APFloat::opOK || Status == APFloat::opInexact)
2236 assert(status == APFloat::opOK && !lost &&
2373 if (APFloat::opStatus::opOK == V.mod(Op2->getValueAPF()))
2381 if (APFloat::opStatus::opOK == V.remainder(Op2->getValueAPF()))
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APFloat.h 207 opOK = 0x00,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 1543 APFloat::opOK &&
1734 if (Expo2.add(ExpoA, APFloat::rmNearestTiesToEven) != APFloat::opOK)
1771 APFloat::opOK) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 1284 if (errorToBool(StatusOrErr.takeError()) || *StatusOrErr != APFloat::opOK)
2674 RealVal, *StatusOrErr == APFloat::opOK, S, getContext()));
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 4688 if (fs == APFloat::opOK || fs == APFloat::opInexact)
4694 if (fs == APFloat::opOK || fs == APFloat::opInexact)
4700 if (fs == APFloat::opOK || fs == APFloat::opInexact)
10393 APFloat::opOK ||
DAGCombiner.cpp 14089 if ((st == APFloat::opOK || st == APFloat::opInexact) && // Not too nasty
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 1762 if (Status != APFloat::opOK &&
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp 2571 if ((St != APFloat::opOK) &&
2628 if (!Info.InConstantContext && St != llvm::APFloatBase::opOK &&
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 3617 bool isExact = (result == APFloat::opOK);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 20649 LLVM_ATTRIBUTE_UNUSED APFloat::opStatus Status = APFloat::opOK;
20659 assert(Status == APFloat::opOK && !LosesInfo &&
    [all...]

Completed in 90 milliseconds