/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | KnownBits.cpp | 51 LHS, RHS, Carry.Zero.getBoolValue(), Carry.One.getBoolValue()); in computeForAddCarry()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue311/ |
D | BooleanEnum.java | 35 boolean getBoolValue() { in getBoolValue() method in BooleanEnum
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | APFixedPoint.h | 122 bool getBoolValue() const { return Val.getBoolValue(); } in getBoolValue() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | Utils.cpp | 369 if (!C2.getBoolValue()) in ConstantFoldBinOp() 373 if (!C2.getBoolValue()) in ConstantFoldBinOp() 377 if (!C2.getBoolValue()) in ConstantFoldBinOp() 381 if (!C2.getBoolValue()) in ConstantFoldBinOp()
|
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
D | UseBoolLiteralsCheck.cpp | 56 bool LiteralBooleanValue = Literal->getValue().getBoolValue(); in check()
|
/external/protobuf/php/src/Google/Protobuf/ |
D | Value.php | 133 public function getBoolValue() function in Google\\Protobuf\\Value
|
/external/llvm/lib/Transforms/Scalar/ |
D | BDCE.cpp | 43 !DB.getDemandedBits(&I).getBoolValue()) { in bitTrackingDCE()
|
/external/llvm-project/llvm/lib/Support/ |
D | KnownBits.cpp | 52 LHS, RHS, Carry.Zero.getBoolValue(), Carry.One.getBoolValue()); in computeForAddCarry() 98 if (NewBits.getBoolValue()) in sextInReg()
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | Utils.cpp | 441 if (!C2.getBoolValue()) in ConstantFoldBinOp() 445 if (!C2.getBoolValue()) in ConstantFoldBinOp() 449 if (!C2.getBoolValue()) in ConstantFoldBinOp() 453 if (!C2.getBoolValue()) in ConstantFoldBinOp()
|
/external/llvm/lib/Analysis/ |
D | DemandedBits.cpp | 182 .getBoolValue()) in determineLiveOperandBits() 240 .getBoolValue()) in determineLiveOperandBits()
|
D | Loads.cpp | 69 if (KnownDerefBytes.getBoolValue()) { in isDereferenceableAndAlignedPointer()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | DemandedBits.cpp | 224 .getBoolValue()) in determineLiveOperandBits() 277 .getBoolValue()) in determineLiveOperandBits()
|
D | Loads.cpp | 71 if (KnownDerefBytes.getBoolValue() && KnownDerefBytes.uge(Size)) in isDereferenceableAndAlignedPointer()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | Loads.cpp | 69 if (KnownDerefBytes.getBoolValue() && KnownDerefBytes.uge(Size)) in isDereferenceableAndAlignedPointer() 134 if (KnownDerefBytes.getBoolValue() && KnownDerefBytes.uge(Size) && in isDereferenceableAndAlignedPointer()
|
D | DemandedBits.cpp | 247 .getBoolValue()) in determineLiveOperandBits() 300 .getBoolValue()) in determineLiveOperandBits()
|
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | SuspiciousEnumUsageCheck.cpp | 66 if (Val.isPowerOf2() || !Val.getBoolValue()) in isNonPowerOf2NorNullLiteral()
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 401 bool getBoolValue() const { return !!*this; } in getBoolValue() function 1555 if (!getBoolValue()) in nearestLogBase2()
|
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SMTConstraintManager.h | 142 Ty->isBooleanType() ? Solver->mkBoolean(Value.getBoolValue()) in REGISTER_TRAIT_WITH_PROGRAMSTATE()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 405 bool getBoolValue() const { return !!*this; } in getBoolValue() function 1533 if (!getBoolValue()) in nearestLogBase2()
|
/external/clang/lib/AST/ |
D | TemplateBase.cpp | 57 Out << (Val.getBoolValue() ? "true" : "false"); in printIntegral()
|
D | APValue.cpp | 351 Out << (getInt().getBoolValue() ? "true" : "false"); in printPretty()
|
/external/llvm-project/llvm/unittests/Support/ |
D | KnownBitsTest.cpp | 35 if (Carry.getBoolValue()) in TEST()
|
/external/protobuf/php/tests/ |
D | well_known_test.php | 288 $this->assertSame(true, $m->getBoolValue());
|
/external/llvm-project/clang/lib/AST/ |
D | TemplateBase.cpp | 72 Out << (Val.getBoolValue() ? "true" : "false"); in printIntegral()
|
/external/llvm-project/clang/lib/AST/Interp/ |
D | ByteCodeExprGen.cpp | 414 return this->emitConstBool(Value.getBoolValue(), E); in emitConst()
|