| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APFixedPoint.h | 178 bool getBoolValue() const { return Val.getBoolValue(); }
|
| H A D | APInt.h | 449 bool getBoolValue() const { return !isZero(); } in getBoolValue() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | KnownBits.cpp | 54 LHS, RHS, Carry.Zero.getBoolValue(), Carry.One.getBoolValue()); in computeForAddCarry() 96 /*CarryZero=*/Borrow.One.getBoolValue(), in computeForSubBorrow() 97 /*CarryOne=*/Borrow.Zero.getBoolValue()); in computeForSubBorrow()
|
| H A D | APInt.cpp | 2260 while (Tmp.getBoolValue()) { in toString() 2266 while (Tmp.getBoolValue()) { in toString()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DemandedBits.cpp | 215 .getBoolValue()) in determineLiveOperandBits() 268 .getBoolValue()) in determineLiveOperandBits()
|
| H A D | Loads.cpp | 100 if (KnownDerefBytes.getBoolValue() && KnownDerefBytes.uge(Size) && in isDereferenceableAndAlignedPointer() 135 if (KnownDerefBytes.getBoolValue() && KnownDerefBytes.uge(Size) && in isDereferenceableAndAlignedPointer()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Utils.cpp | 682 if (!C2.getBoolValue()) in ConstantFoldBinOp() 686 if (!C2.getBoolValue()) in ConstantFoldBinOp() 690 if (!C2.getBoolValue()) in ConstantFoldBinOp() 694 if (!C2.getBoolValue()) in ConstantFoldBinOp()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SMTConstraintManager.h | 143 Ty->isBooleanType() ? Solver->mkBoolean(Value.getBoolValue()) in REGISTER_TRAIT_WITH_PROGRAMSTATE()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaConcept.cpp | 303 Satisfaction.IsSatisfied = EvalResult.Val.getInt().getBoolValue(); in calculateConstraintSatisfaction() 1057 BO->getLHS()->EvaluateKnownConstInt(S.Context).getBoolValue(); in diagnoseWellFormedUnsatisfiedConstraintExpr() 1068 BO->getRHS()->EvaluateKnownConstInt(S.Context).getBoolValue(); in diagnoseWellFormedUnsatisfiedConstraintExpr()
|
| H A D | AnalysisBasedWarnings.cpp | 1363 return Result.Val.getInt().getBoolValue(); in isInLoop()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | SValBuilder.cpp | 672 return VB.makeTruthVal(V.getValue().getBoolValue(), CastTy); in VisitConcreteInt() 876 return VB.makeTruthVal(V.getValue().getBoolValue(), CastTy); in VisitConcreteInt()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantRange.cpp | 983 return Ops[0].abs(IntMinIsPoison->getBoolValue()); in intrinsic() 989 return Ops[0].ctlz(ZeroIsPoison->getBoolValue()); in intrinsic() 995 return Ops[0].cttz(ZeroIsPoison->getBoolValue()); in intrinsic()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | TemplateBase.cpp | 82 Out << (Val.getBoolValue() ? "true" : "false"); in printIntegral()
|
| H A D | APValue.cpp | 716 Out << (getInt().getBoolValue() ? "true" : "false"); in printPretty()
|
| H A D | ItaniumMangle.cpp | 4446 Out << (Value.getBoolValue() ? '1' : '0'); in mangleIntegerLiteral() 6445 if (V.getComplexIntReal().getBoolValue() || in mangleValueInTemplateArg() 6446 V.getComplexIntImag().getBoolValue()) in mangleValueInTemplateArg() 6448 if (V.getComplexIntImag().getBoolValue()) in mangleValueInTemplateArg()
|
| H A D | ExprConstant.cpp | 2580 Result = Val.getInt().getBoolValue(); in HandleConversionToBool() 2583 Result = Val.getFixedPoint().getBoolValue(); in HandleConversionToBool() 2589 Result = Val.getComplexIntReal().getBoolValue() || in HandleConversionToBool() 2590 Val.getComplexIntImag().getBoolValue(); in HandleConversionToBool() 2723 Result = Value.getBoolValue(); in HandleIntToIntCast() 13970 return Success(Val.getFixedPoint().getBoolValue(), E); in VisitCastExpr()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Scalar.cpp | 761 if (bitwize_and.getBoolValue()) { in SignExtend()
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DecoderEmitter.cpp | 1375 bool NeedPositiveMask = PositiveMask.getBoolValue(); in emitSoftFailTableEntry() 1376 bool NeedNegativeMask = NegativeMask.getBoolValue(); in emitSoftFailTableEntry()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | Reassociate.cpp | 1409 int NewInstNum = ConstOpnd.getBoolValue() ? 1 : 2; in CombineXorOpnd() 1425 int NewInstNum = ConstOpnd.getBoolValue() ? 1 : 2; in CombineXorOpnd()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 1368 branch = ILE->getValue().getBoolValue(); in getMutexIDs() 1391 TCond = ILE->getValue().getBoolValue(); in getStaticBooleanValue()
|
| H A D | CFG.cpp | 1278 if (!IntVal.getBoolValue()) { in tryEvaluateBool() 1285 if (!IntVal.getBoolValue()) { in tryEvaluateBool()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Edit/ |
| H A D | RewriteObjCFoundationAPI.cpp | 857 isIntZero = !IntE->getValue().getBoolValue(); in rewriteToNumberLiteral()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MCTargetDesc.cpp | 582 return Mask.getBoolValue(); in clearsSuperRegisters()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 1823 .getBoolValue(); in coverIfConstexpr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | AssignmentTrackingAnalysis.cpp | 271 if (OffsetInBytes.getBoolValue()) { in walkToAllocaAndPrependOffsetDeref()
|