/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | KnownBits.cpp | 51 LHS, RHS, Carry.Zero.getBoolValue(), Carry.One.getBoolValue()); in computeForAddCarry()
|
D | APInt.cpp | 2263 while (Tmp.getBoolValue()) { in toString() 2269 while (Tmp.getBoolValue()) { in toString()
|
/third_party/skia/third_party/externals/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()
|
/third_party/protobuf/php/src/Google/Protobuf/ |
D | Value.php | 148 public function getBoolValue() function in Google\\Protobuf\\Value
|
/third_party/skia/third_party/externals/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()
|
D | ValueTracking.cpp | 1905 if (OrZero || RHSBits.One.getBoolValue() || LHSBits.One.getBoolValue()) in isKnownToBeAPowerOfTwo()
|
D | InstructionSimplify.cpp | 1686 if (C0->getBoolValue() && isNUW) { in simplifyAndOfICmpsWithAdd() 1759 if (C0->getBoolValue() && isNUW) { in simplifyOrOfICmpsWithAdd()
|
/third_party/skia/third_party/externals/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()
|
/third_party/protobuf/php/tests/ |
D | WellKnownTest.php | 289 $this->assertSame(true, $m->getBoolValue());
|
D | EncodeDecodeTest.php | 985 $this->assertSame(true, $m->getBoolValue());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 1267 int NewInstNum = ConstOpnd.getBoolValue() ? 1 : 2; in CombineXorOpnd() 1283 int NewInstNum = ConstOpnd.getBoolValue() ? 1 : 2; in CombineXorOpnd()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APInt.h | 482 bool getBoolValue() const { return !!*this; } in getBoolValue() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCTargetDesc.cpp | 461 return Mask.getBoolValue(); in clearsSuperRegisters()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 2967 if (NewBits.getBoolValue()) in computeKnownBits() 3330 if (Known2.One.getBoolValue()) { in computeKnownBits() 3431 if (N1Known.Zero.getBoolValue()) { in computeOverflowKind() 4811 if (!C2.getBoolValue()) in FoldValue() 4815 if (!C2.getBoolValue()) in FoldValue() 4819 if (!C2.getBoolValue()) in FoldValue() 4823 if (!C2.getBoolValue()) in FoldValue()
|
D | SelectionDAGISel.cpp | 1347 if (Offset.getBoolValue()) in processDbgDeclares()
|
D | DAGCombiner.cpp | 8034 if (Known.One.getBoolValue()) return DAG.getConstant(0, SDLoc(N0), VT); in visitSRL()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAG.cpp | 1805 if (CInt.getBoolValue()) in getPowerOf2Factor()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 736 (CCst->getValue() ^ ECst->getValue())).getBoolValue()) in foldLogOpOfMaskedICmps()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 1614 if ((Cimm & (Cimm + 1)).getBoolValue()) in isExtractBitsCandidateUse()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 8256 Val = (unsigned)Lex.getAPSIntVal().getBoolValue(); in ParseFlag()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 2351 if (LHSKnown.Zero.getBoolValue()) { in SelectAddressRegReg()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 12657 if ((NewToMask & CombinedToMask).getBoolValue()) in FindBFIToCombineWith()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 6156 if (UndefSrcElts.getBoolValue() && !AllowUndefs) in getTargetConstantBitsFromNode() 6195 if (UndefEltBits.getBoolValue() && !AllowPartialUndefs) in getTargetConstantBitsFromNode()
|