HomeSort by relevance Sort by last modified time
    Searched defs:isExact (Results 1 - 25 of 115) sorted by null

1 2 3 4 5

  /external/swiftshader/third_party/LLVM/unittests/ADT/
APFloatTest.cpp 351 bool isExact = false;
356 .convertToInteger(result, APFloat::rmTowardZero, &isExact));
357 EXPECT_TRUE(isExact);
362 .convertToInteger(result, APFloat::rmTowardZero, &isExact));
363 EXPECT_FALSE(isExact);
368 .convertToInteger(result, APFloat::rmTowardZero, &isExact));
369 EXPECT_FALSE(isExact);
374 .convertToInteger(result, APFloat::rmTowardZero, &isExact));
375 EXPECT_FALSE(isExact);
381 .convertToInteger(result, APFloat::rmTowardZero, &isExact));
    [all...]
  /external/skqp/src/gpu/
GrSurfaceProxyPriv.h 66 bool isExact() const { return SkBackingFit::kExact == fProxy->fFit; }
  /external/skia/src/gpu/
GrSurfaceProxyPriv.h 66 bool isExact() const { return SkBackingFit::kExact == fProxy->fFit; }
  /external/swiftshader/third_party/LLVM/include/llvm/
Operator.h 129 IsExact = (1 << 0)
135 SubclassOptionalData = (SubclassOptionalData & ~IsExact) | (B * IsExact);
141 /// isExact - Test whether this division is known to be exact, with
143 bool isExact() const {
144 return SubclassOptionalData & IsExact;
  /external/llvm/lib/IR/
Instruction.cpp 119 bool Instruction::isExact() const {
120 return cast<PossiblyExactOperator>(this)->isExact();
229 setIsExact(PE->isExact());
247 setIsExact(isExact() & PE->isExact());
  /external/llvm/include/llvm/IR/
Operator.h 129 IsExact = (1 << 0)
136 SubclassOptionalData = (SubclassOptionalData & ~IsExact) | (B * IsExact);
141 bool isExact() const {
142 return SubclassOptionalData & IsExact;
  /external/llvm/unittests/ADT/
APFloatTest.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombinePHI.cpp 34 bool isNUW = false, isNSW = false, isExact = false;
41 isExact = PEO->isExact();
62 if (isExact)
63 isExact = cast<PossiblyExactOperator>(I)->isExact();
125 if (isExact) NewBinOp->setIsExact();
405 bool isNUW = false, isNSW = false, isExact = false;
429 isExact = PEO->isExact();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Operator.h 129 IsExact = (1 << 0)
137 SubclassOptionalData = (SubclassOptionalData & ~IsExact) | (B * IsExact);
142 bool isExact() const {
143 return SubclassOptionalData & IsExact;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Operator.h 123 IsExact = (1 << 0)
131 SubclassOptionalData = (SubclassOptionalData & ~IsExact) | (B * IsExact);
136 bool isExact() const {
137 return SubclassOptionalData & IsExact;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Operator.h 123 IsExact = (1 << 0)
131 SubclassOptionalData = (SubclassOptionalData & ~IsExact) | (B * IsExact);
136 bool isExact() const {
137 return SubclassOptionalData & IsExact;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Operator.h 123 IsExact = (1 << 0)
131 SubclassOptionalData = (SubclassOptionalData & ~IsExact) | (B * IsExact);
136 bool isExact() const {
137 return SubclassOptionalData & IsExact;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Operator.h 123 IsExact = (1 << 0)
131 SubclassOptionalData = (SubclassOptionalData & ~IsExact) | (B * IsExact);
136 bool isExact() const {
137 return SubclassOptionalData & IsExact;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Operator.h 123 IsExact = (1 << 0)
131 SubclassOptionalData = (SubclassOptionalData & ~IsExact) | (B * IsExact);
136 bool isExact() const {
137 return SubclassOptionalData & IsExact;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Operator.h 123 IsExact = (1 << 0)
131 SubclassOptionalData = (SubclassOptionalData & ~IsExact) | (B * IsExact);
136 bool isExact() const {
137 return SubclassOptionalData & IsExact;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Operator.h 129 IsExact = (1 << 0)
137 SubclassOptionalData = (SubclassOptionalData & ~IsExact) | (B * IsExact);
142 bool isExact() const {
143 return SubclassOptionalData & IsExact;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Operator.h 123 IsExact = (1 << 0)
131 SubclassOptionalData = (SubclassOptionalData & ~IsExact) | (B * IsExact);
136 bool isExact() const {
137 return SubclassOptionalData & IsExact;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Operator.h 123 IsExact = (1 << 0)
131 SubclassOptionalData = (SubclassOptionalData & ~IsExact) | (B * IsExact);
136 bool isExact() const {
137 return SubclassOptionalData & IsExact;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Operator.h 123 IsExact = (1 << 0)
131 SubclassOptionalData = (SubclassOptionalData & ~IsExact) | (B * IsExact);
136 bool isExact() const {
137 return SubclassOptionalData & IsExact;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Operator.h 123 IsExact = (1 << 0)
131 SubclassOptionalData = (SubclassOptionalData & ~IsExact) | (B * IsExact);
136 bool isExact() const {
137 return SubclassOptionalData & IsExact;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Operator.h 123 IsExact = (1 << 0)
131 SubclassOptionalData = (SubclassOptionalData & ~IsExact) | (B * IsExact);
136 bool isExact() const {
137 return SubclassOptionalData & IsExact;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Operator.h 123 IsExact = (1 << 0)
131 SubclassOptionalData = (SubclassOptionalData & ~IsExact) | (B * IsExact);
136 bool isExact() const {
137 return SubclassOptionalData & IsExact;
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FastISel.cpp 187 bool isExact;
189 APFloat::rmTowardZero, &isExact);
190 if (isExact) {
374 cast<BinaryOperator>(I)->isExact() &&
    [all...]

Completed in 1335 milliseconds

1 2 3 4 5