Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DKnownBits.cpp51 LHS, RHS, Carry.Zero.getBoolValue(), Carry.One.getBoolValue()); in computeForAddCarry()
DAPInt.cpp2263 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/
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()
/third_party/protobuf/php/src/Google/Protobuf/
DValue.php148 public function getBoolValue() function in Google\\Protobuf\\Value
/third_party/skia/third_party/externals/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()
DValueTracking.cpp1905 if (OrZero || RHSBits.One.getBoolValue() || LHSBits.One.getBoolValue()) in isKnownToBeAPowerOfTwo()
DInstructionSimplify.cpp1686 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/
DAPInt.h405 bool getBoolValue() const { return !!*this; } in getBoolValue() function
1533 if (!getBoolValue()) in nearestLogBase2()
/third_party/protobuf/php/tests/
DWellKnownTest.php289 $this->assertSame(true, $m->getBoolValue());
DEncodeDecodeTest.php985 $this->assertSame(true, $m->getBoolValue());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DReassociate.cpp1267 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/
DAPInt.h482 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/
DX86MCTargetDesc.cpp461 return Mask.getBoolValue(); in clearsSuperRegisters()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2967 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()
DSelectionDAGISel.cpp1347 if (Offset.getBoolValue()) in processDbgDeclares()
DDAGCombiner.cpp8034 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/
DHexagonISelDAGToDAG.cpp1805 if (CInt.getBoolValue()) in getPowerOf2Factor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp736 (CCst->getValue() ^ ECst->getValue())).getBoolValue()) in foldLogOpOfMaskedICmps()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1614 if ((Cimm & (Cimm + 1)).getBoolValue()) in isExtractBitsCandidateUse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp8256 Val = (unsigned)Lex.getAPSIntVal().getBoolValue(); in ParseFlag()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp2351 if (LHSKnown.Zero.getBoolValue()) { in SelectAddressRegReg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp12657 if ((NewToMask & CombinedToMask).getBoolValue()) in FindBFIToCombineWith()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp6156 if (UndefSrcElts.getBoolValue() && !AllowUndefs) in getTargetConstantBitsFromNode()
6195 if (UndefEltBits.getBoolValue() && !AllowPartialUndefs) in getTargetConstantBitsFromNode()