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

  /external/llvm/unittests/ADT/
APFloatTest.cpp 74 EXPECT_EQ(test.next(false), APFloat::opOK);
82 EXPECT_EQ(test.next(true), APFloat::opOK);
89 EXPECT_EQ(test.next(false), APFloat::opOK);
96 EXPECT_EQ(test.next(true), APFloat::opOK);
103 EXPECT_EQ(test.next(false), APFloat::opOK);
113 EXPECT_EQ(test.next(true), APFloat::opOK);
121 EXPECT_EQ(test.next(false), APFloat::opOK);
127 EXPECT_EQ(test.next(true), APFloat::opOK);
135 EXPECT_EQ(test.next(false), APFloat::opOK);
141 EXPECT_EQ(test.next(true), APFloat::opOK);
    [all...]
  /external/llvm/lib/Support/
APFloat.cpp 989 assert(status == opOK);
    [all...]
  /external/llvm/include/llvm/ADT/
APFloat.h 167 opOK = 0x00,
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 230 &isExact) != APFloat::opOK || !isExact)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 578 &IsExact) != APFloat::opOK)
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 757 milliseconds