Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DConstantFoldingMIRBuilder.h49 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/
DBooleanEnum.java35 boolean getBoolValue() { in getBoolValue() method in BooleanEnum
/external/llvm/lib/Transforms/Scalar/
DBDCE.cpp43 !DB.getDemandedBits(&I).getBoolValue()) { in bitTrackingDCE()
/external/llvm/lib/Analysis/
DDemandedBits.cpp182 .getBoolValue()) in determineLiveOperandBits()
240 .getBoolValue()) in determineLiveOperandBits()
DLoads.cpp69 if (KnownDerefBytes.getBoolValue()) { in isDereferenceableAndAlignedPointer()
DValueTracking.cpp1570 if (OrZero || RHSOneBits.getBoolValue() || LHSOneBits.getBoolValue()) in isKnownToBeAPowerOfTwo()
1904 if (OppositeBits.getBoolValue()) in isKnownNonEqual()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DDemandedBits.cpp191 .getBoolValue()) in determineLiveOperandBits()
249 .getBoolValue()) in determineLiveOperandBits()
DLoads.cpp73 if (KnownDerefBytes.getBoolValue()) { in isDereferenceableAndAlignedPointer()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DBDCE.cpp99 !DB.getDemandedBits(&I).getBoolValue()) { in bitTrackingDCE()
DReassociate.cpp1244 int NewInstNum = ConstOpnd.getBoolValue() ? 1 : 2; in CombineXorOpnd()
1260 int NewInstNum = ConstOpnd.getBoolValue() ? 1 : 2; in CombineXorOpnd()
/external/llvm/include/llvm/ADT/
DAPInt.h401 bool getBoolValue() const { return !!*this; } in getBoolValue() function
1555 if (!getBoolValue()) in nearestLogBase2()
/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/utils/TableGen/
DFixedLenDecoderEmitter.cpp1257 bool NeedPositiveMask = PositiveMask.getBoolValue(); in emitSoftFailTableEntry()
1258 bool NeedNegativeMask = NegativeMask.getBoolValue(); in emitSoftFailTableEntry()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp1282 bool NeedPositiveMask = PositiveMask.getBoolValue(); in emitSoftFailTableEntry()
1283 bool NeedNegativeMask = NegativeMask.getBoolValue(); in emitSoftFailTableEntry()
/external/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp106 bool b = val.castAs<nonloc::ConcreteInt>().getValue().getBoolValue(); in evalCastFromNonLoc()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h378 bool getBoolValue() const { in getBoolValue() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1797 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/
DThreadSafety.cpp1293 branch = ILE->getValue().getBoolValue(); in getMutexIDs()
1316 TCond = ILE->getValue().getBoolValue(); in getStaticBooleanValue()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h477 bool getBoolValue() const { return !!*this; } in getBoolValue() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MCTargetDesc.cpp437 return Mask.getBoolValue(); in clearsSuperRegisters()
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp854 isIntZero = !IntE->getValue().getBoolValue(); in rewriteToNumberLiteral()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp2109 while (Tmp.getBoolValue()) { in toString()
2115 while (Tmp.getBoolValue()) { in toString()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2623 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()

123