/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | ConstantFoldingMIRBuilder.h | 49 if (!C2.getBoolValue()) in ConstantFoldBinOp() 53 if (!C2.getBoolValue()) in ConstantFoldBinOp() 57 if (!C2.getBoolValue()) in ConstantFoldBinOp() 61 if (!C2.getBoolValue()) in ConstantFoldBinOp()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue311/ |
D | BooleanEnum.java | 35 boolean getBoolValue() { in getBoolValue() method in BooleanEnum
|
/external/llvm/lib/Transforms/Scalar/ |
D | BDCE.cpp | 43 !DB.getDemandedBits(&I).getBoolValue()) { in bitTrackingDCE()
|
/external/llvm/lib/Analysis/ |
D | DemandedBits.cpp | 182 .getBoolValue()) in determineLiveOperandBits() 240 .getBoolValue()) in determineLiveOperandBits()
|
D | Loads.cpp | 69 if (KnownDerefBytes.getBoolValue()) { in isDereferenceableAndAlignedPointer()
|
D | ValueTracking.cpp | 1570 if (OrZero || RHSOneBits.getBoolValue() || LHSOneBits.getBoolValue()) in isKnownToBeAPowerOfTwo() 1904 if (OppositeBits.getBoolValue()) in isKnownNonEqual()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | DemandedBits.cpp | 191 .getBoolValue()) in determineLiveOperandBits() 249 .getBoolValue()) in determineLiveOperandBits()
|
D | Loads.cpp | 73 if (KnownDerefBytes.getBoolValue()) { in isDereferenceableAndAlignedPointer()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | BDCE.cpp | 99 !DB.getDemandedBits(&I).getBoolValue()) { in bitTrackingDCE()
|
D | Reassociate.cpp | 1244 int NewInstNum = ConstOpnd.getBoolValue() ? 1 : 2; in CombineXorOpnd() 1260 int NewInstNum = ConstOpnd.getBoolValue() ? 1 : 2; in CombineXorOpnd()
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 401 bool getBoolValue() const { return !!*this; } in getBoolValue() function 1555 if (!getBoolValue()) in nearestLogBase2()
|
/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/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 1257 bool NeedPositiveMask = PositiveMask.getBoolValue(); in emitSoftFailTableEntry() 1258 bool NeedNegativeMask = NegativeMask.getBoolValue(); in emitSoftFailTableEntry()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 1282 bool NeedPositiveMask = PositiveMask.getBoolValue(); in emitSoftFailTableEntry() 1283 bool NeedNegativeMask = NegativeMask.getBoolValue(); in emitSoftFailTableEntry()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | SimpleSValBuilder.cpp | 106 bool b = val.castAs<nonloc::ConcreteInt>().getValue().getBoolValue(); in evalCastFromNonLoc()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APInt.h | 378 bool getBoolValue() const { in getBoolValue() function
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 1797 if (HighBits.getBoolValue()) in ComputeMaskedBits() 1831 if (NewBits.getBoolValue()) in ComputeMaskedBits() 1891 if (NewBits.getBoolValue()) in ComputeMaskedBits() 2650 if (C2.getBoolValue()) return getConstant(C1.udiv(C2), VT); in FoldConstantArithmetic() 2653 if (C2.getBoolValue()) return getConstant(C1.urem(C2), VT); in FoldConstantArithmetic() 2656 if (C2.getBoolValue()) return getConstant(C1.sdiv(C2), VT); in FoldConstantArithmetic() 2659 if (C2.getBoolValue()) return getConstant(C1.srem(C2), VT); in FoldConstantArithmetic()
|
/external/clang/lib/Analysis/ |
D | ThreadSafety.cpp | 1293 branch = ILE->getValue().getBoolValue(); in getMutexIDs() 1316 TCond = ILE->getValue().getBoolValue(); in getStaticBooleanValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APInt.h | 477 bool getBoolValue() const { return !!*this; } in getBoolValue() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCTargetDesc.cpp | 437 return Mask.getBoolValue(); in clearsSuperRegisters()
|
/external/clang/lib/Edit/ |
D | RewriteObjCFoundationAPI.cpp | 854 isIntZero = !IntE->getValue().getBoolValue(); in rewriteToNumberLiteral()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | APInt.cpp | 2109 while (Tmp.getBoolValue()) { in toString() 2115 while (Tmp.getBoolValue()) { in toString()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 2623 if (NewBits.getBoolValue()) in computeKnownBits() 2969 if (Known2.One.getBoolValue()) { in computeKnownBits() 3071 if (N1Known.Zero.getBoolValue()) { in computeOverflowKind() 4155 if (!C2.getBoolValue()) in FoldValue() 4159 if (!C2.getBoolValue()) in FoldValue() 4163 if (!C2.getBoolValue()) in FoldValue() 4167 if (!C2.getBoolValue()) in FoldValue()
|