| /freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Utils.cpp | 269 if (!C2.getBoolValue()) in ConstantFoldBinOp() 273 if (!C2.getBoolValue()) in ConstantFoldBinOp() 277 if (!C2.getBoolValue()) in ConstantFoldBinOp() 281 if (!C2.getBoolValue()) in ConstantFoldBinOp()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | DemandedBits.cpp | 224 .getBoolValue()) in determineLiveOperandBits() 277 .getBoolValue()) in determineLiveOperandBits()
|
| H A D | Loads.cpp | 73 if (KnownDerefBytes.getBoolValue()) { in isDereferenceableAndAlignedPointer()
|
| H A D | ValueTracking.cpp | 1780 if (OrZero || RHSBits.One.getBoolValue() || LHSBits.One.getBoolValue()) in isKnownToBeAPowerOfTwo()
|
| H A D | InstructionSimplify.cpp | 1594 if (C0->getBoolValue() && isNUW) { in simplifyAndOfICmpsWithAdd() 1667 if (C0->getBoolValue() && isNUW) { in simplifyOrOfICmpsWithAdd()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SMTConstraintManager.h | 137 Ty->isBooleanType() ? Solver->mkBoolean(Value.getBoolValue()) in getSymVal()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | TemplateBase.cpp | 72 Out << (Val.getBoolValue() ? "true" : "false"); in printIntegral()
|
| H A D | APValue.cpp | 393 Out << (getInt().getBoolValue() ? "true" : "false"); in printPretty()
|
| H A D | ExprConstant.cpp | 2028 Result = Val.getInt().getBoolValue(); in HandleConversionToBool() 2034 Result = Val.getComplexIntReal().getBoolValue() || in HandleConversionToBool() 2035 Val.getComplexIntImag().getBoolValue(); in HandleConversionToBool() 2110 Result = Value.getBoolValue(); in HandleIntToIntCast() 9781 return Success(Val.getInt().getBoolValue(), E); in VisitCastExpr()
|
| H A D | MicrosoftMangle.cpp | 1321 if (IsBoolean && Value.getBoolValue()) in mangleIntegerLiteral()
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | FixedLenDecoderEmitter.cpp | 1290 bool NeedPositiveMask = PositiveMask.getBoolValue(); in emitSoftFailTableEntry() 1291 bool NeedNegativeMask = NegativeMask.getBoolValue(); in emitSoftFailTableEntry()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | Reassociate.cpp | 1239 int NewInstNum = ConstOpnd.getBoolValue() ? 1 : 2; in CombineXorOpnd() 1255 int NewInstNum = ConstOpnd.getBoolValue() ? 1 : 2; in CombineXorOpnd()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 1391 branch = ILE->getValue().getBoolValue(); in getMutexIDs() 1414 TCond = ILE->getValue().getBoolValue(); in getStaticBooleanValue()
|
| H A D | CFG.cpp | 1142 if (!IntVal.getBoolValue()) { in tryEvaluateBool() 1149 if (!IntVal.getBoolValue()) { in tryEvaluateBool()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Edit/ |
| H A D | RewriteObjCFoundationAPI.cpp | 857 isIntZero = !IntE->getValue().getBoolValue(); in rewriteToNumberLiteral()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | APInt.h | 478 bool getBoolValue() const { return !!*this; } in getBoolValue() function
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | APInt.cpp | 2135 while (Tmp.getBoolValue()) { in toString() 2141 while (Tmp.getBoolValue()) { in toString()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MCTargetDesc.cpp | 446 return Mask.getBoolValue(); in clearsSuperRegisters()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | SimpleSValBuilder.cpp | 113 bool b = val.castAs<nonloc::ConcreteInt>().getValue().getBoolValue(); in evalCastFromNonLoc()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 2756 if (NewBits.getBoolValue()) in computeKnownBits() 3109 if (Known2.One.getBoolValue()) { in computeKnownBits() 3210 if (N1Known.Zero.getBoolValue()) { in computeOverflowKind() 4496 if (!C2.getBoolValue()) in FoldValue() 4500 if (!C2.getBoolValue()) in FoldValue() 4504 if (!C2.getBoolValue()) in FoldValue() 4508 if (!C2.getBoolValue()) in FoldValue()
|
| H A D | SelectionDAGISel.cpp | 1339 if (Offset.getBoolValue()) in processDbgDeclares()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | Scalar.cpp | 2495 if (bitwize_and.getBoolValue()) { in SignExtend()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 1320 return Result.Val.getInt().getBoolValue(); in isInLoop()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 1502 ResultBool = ResultInt.getBoolValue(); in ConstantFoldsToSimpleInteger()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAG.cpp | 1790 if (CInt.getBoolValue()) in getPowerOf2Factor()
|