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/
H A DKnownBits.cpp51 LHS, RHS, Carry.Zero.getBoolValue(), Carry.One.getBoolValue()); in computeForAddCarry()
H A DAPInt.cpp2263 while (Tmp.getBoolValue()) {
2269 while (Tmp.getBoolValue()) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A 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/
H A DValue.php148 public function getBoolValue() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DDemandedBits.cpp224 .getBoolValue()) in determineLiveOperandBits()
277 .getBoolValue()) in determineLiveOperandBits()
H A DLoads.cpp71 if (KnownDerefBytes.getBoolValue() && KnownDerefBytes.uge(Size)) in isDereferenceableAndAlignedPointer()
H A DInstructionSimplify.cpp1686 if (C0->getBoolValue() && isNUW) { in simplifyAndOfICmpsWithAdd()
1759 if (C0->getBoolValue() && isNUW) { in simplifyOrOfICmpsWithAdd()
H A DValueTracking.cpp1905 if (OrZero || RHSBits.One.getBoolValue() || LHSBits.One.getBoolValue()) in isKnownToBeAPowerOfTwo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPInt.h405 bool getBoolValue() const { return !!*this; } in getBoolValue() function in llvm::APInt
1533 if (!getBoolValue())
/third_party/protobuf/php/tests/
H A DWellKnownTest.php289 $this->assertSame(true, $m->getBoolValue());
H A DEncodeDecodeTest.php985 $this->assertSame(true, $m->getBoolValue());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1267 int NewInstNum = ConstOpnd.getBoolValue() ? 1 : 2;
1283 int NewInstNum = ConstOpnd.getBoolValue() ? 1 : 2;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp461 return Mask.getBoolValue(); in clearsSuperRegisters()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAPInt.h482 bool getBoolValue() const { return !!*this; } in getBoolValue() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2967 if (NewBits.getBoolValue())
3330 if (Known2.One.getBoolValue()) {
3431 if (N1Known.Zero.getBoolValue()) {
4811 if (!C2.getBoolValue())
4815 if (!C2.getBoolValue())
4819 if (!C2.getBoolValue())
4823 if (!C2.getBoolValue())
H A DSelectionDAGISel.cpp1347 if (Offset.getBoolValue()) in processDbgDeclares()
H A 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/
H A DHexagonISelDAGToDAG.cpp1805 if (CInt.getBoolValue()) in getPowerOf2Factor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp736 (CCst->getValue() ^ ECst->getValue())).getBoolValue()) in foldLogOpOfMaskedICmps()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1614 if ((Cimm & (Cimm + 1)).getBoolValue()) in isExtractBitsCandidateUse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLParser.cpp8256 Val = (unsigned)Lex.getAPSIntVal().getBoolValue();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2351 if (LHSKnown.Zero.getBoolValue()) { in SelectAddressRegReg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6156 if (UndefSrcElts.getBoolValue() && !AllowUndefs)
6195 if (UndefEltBits.getBoolValue() && !AllowPartialUndefs)
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12657 if ((NewToMask & CombinedToMask).getBoolValue()) in FindBFIToCombineWith()

Completed in 235 milliseconds