Searched refs:opOK (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DAPFloat.cpp932 assert(status == opOK);
1189 return opOK;
1216 return opOK;
1245 return opOK;
1303 return opOK;
1310 return opOK;
1316 return opOK;
1321 return opOK;
1325 return opOK;
1335 return opOK;
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DAPFloat.h161 opOK = 0x00, enumerator in enum:llvm::APFloat::opStatus
/macosx-10.10.1/llvmCore-3425.0.34/unittests/ADT/
H A DAPFloatTest.cpp354 EXPECT_EQ(APFloat::opOK,
379 EXPECT_EQ(APFloat::opOK,
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DConstantFolding.cpp1209 if (status != APFloat::opOK && status != APFloat::opInexact)
1338 assert(status == APFloat::opOK && !lost &&
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp228 &isExact) != APFloat::opOK || !isExact)
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2490 if (fs == APFloat::opOK || fs == APFloat::opInexact)
2496 if (fs == APFloat::opOK || fs == APFloat::opInexact)
2502 if (fs == APFloat::opOK || fs == APFloat::opInexact)
H A DDAGCombiner.cpp6091 if ((st == APFloat::opOK || st == APFloat::opInexact) && // Not too nasty
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMISelLowering.cpp8466 != APFloat::opOK || !isExact)

Completed in 206 milliseconds