Home
last modified time | relevance | path

Searched refs:getBoolValue (Results 1 – 25 of 110) sorted by relevance

12345

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DKnownBits.cpp51 LHS, RHS, Carry.Zero.getBoolValue(), Carry.One.getBoolValue()); in computeForAddCarry()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue311/
DBooleanEnum.java35 boolean getBoolValue() { in getBoolValue() method in BooleanEnum
/external/llvm-project/llvm/include/llvm/ADT/
DAPFixedPoint.h122 bool getBoolValue() const { return Val.getBoolValue(); } in getBoolValue() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DUtils.cpp369 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/
DUseBoolLiteralsCheck.cpp56 bool LiteralBooleanValue = Literal->getValue().getBoolValue(); in check()
/external/protobuf/php/src/Google/Protobuf/
DValue.php133 public function getBoolValue() function in Google\\Protobuf\\Value
/external/llvm/lib/Transforms/Scalar/
DBDCE.cpp43 !DB.getDemandedBits(&I).getBoolValue()) { in bitTrackingDCE()
/external/llvm-project/llvm/lib/Support/
DKnownBits.cpp52 LHS, RHS, Carry.Zero.getBoolValue(), Carry.One.getBoolValue()); in computeForAddCarry()
98 if (NewBits.getBoolValue()) in sextInReg()
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DUtils.cpp441 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/
DDemandedBits.cpp182 .getBoolValue()) in determineLiveOperandBits()
240 .getBoolValue()) in determineLiveOperandBits()
DLoads.cpp69 if (KnownDerefBytes.getBoolValue()) { in isDereferenceableAndAlignedPointer()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDemandedBits.cpp224 .getBoolValue()) in determineLiveOperandBits()
277 .getBoolValue()) in determineLiveOperandBits()
DLoads.cpp71 if (KnownDerefBytes.getBoolValue() && KnownDerefBytes.uge(Size)) in isDereferenceableAndAlignedPointer()
/external/llvm-project/llvm/lib/Analysis/
DLoads.cpp69 if (KnownDerefBytes.getBoolValue() && KnownDerefBytes.uge(Size)) in isDereferenceableAndAlignedPointer()
134 if (KnownDerefBytes.getBoolValue() && KnownDerefBytes.uge(Size) && in isDereferenceableAndAlignedPointer()
DDemandedBits.cpp247 .getBoolValue()) in determineLiveOperandBits()
300 .getBoolValue()) in determineLiveOperandBits()
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DSuspiciousEnumUsageCheck.cpp66 if (Val.isPowerOf2() || !Val.getBoolValue()) in isNonPowerOf2NorNullLiteral()
/external/llvm/include/llvm/ADT/
DAPInt.h401 bool getBoolValue() const { return !!*this; } in getBoolValue() function
1555 if (!getBoolValue()) in nearestLogBase2()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSMTConstraintManager.h142 Ty->isBooleanType() ? Solver->mkBoolean(Value.getBoolValue()) in REGISTER_TRAIT_WITH_PROGRAMSTATE()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h405 bool getBoolValue() const { return !!*this; } in getBoolValue() function
1533 if (!getBoolValue()) in nearestLogBase2()
/external/clang/lib/AST/
DTemplateBase.cpp57 Out << (Val.getBoolValue() ? "true" : "false"); in printIntegral()
DAPValue.cpp351 Out << (getInt().getBoolValue() ? "true" : "false"); in printPretty()
/external/llvm-project/llvm/unittests/Support/
DKnownBitsTest.cpp35 if (Carry.getBoolValue()) in TEST()
/external/protobuf/php/tests/
Dwell_known_test.php288 $this->assertSame(true, $m->getBoolValue());
/external/llvm-project/clang/lib/AST/
DTemplateBase.cpp72 Out << (Val.getBoolValue() ? "true" : "false"); in printIntegral()
/external/llvm-project/clang/lib/AST/Interp/
DByteCodeExprGen.cpp414 return this->emitConstBool(Value.getBoolValue(), E); in emitConst()

12345