| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | APFixedPoint.h | 178 bool getBoolValue() const { return Val.getBoolValue(); }
|
| H A D | APInt.h | 459 bool getBoolValue() const { return !isZero(); } in getBoolValue() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | DemandedBits.cpp | 241 .getBoolValue()) in determineLiveOperandBits() 294 .getBoolValue()) in determineLiveOperandBits()
|
| H A D | Loads.cpp | 102 if (KnownDerefBytes.getBoolValue() && KnownDerefBytes.uge(Size) && in isDereferenceableAndAlignedPointer() 137 if (KnownDerefBytes.getBoolValue() && KnownDerefBytes.uge(Size) && in isDereferenceableAndAlignedPointer()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Utils.cpp | 531 if (!C2.getBoolValue()) in ConstantFoldBinOp() 535 if (!C2.getBoolValue()) in ConstantFoldBinOp() 539 if (!C2.getBoolValue()) in ConstantFoldBinOp() 543 if (!C2.getBoolValue()) in ConstantFoldBinOp()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | KnownBits.cpp | 54 LHS, RHS, Carry.Zero.getBoolValue(), Carry.One.getBoolValue()); in computeForAddCarry()
|
| H A D | APInt.cpp | 2234 while (Tmp.getBoolValue()) { in toString() 2240 while (Tmp.getBoolValue()) { in toString()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaConcept.cpp | 275 Satisfaction.IsSatisfied = EvalResult.Val.getInt().getBoolValue(); in calculateConstraintSatisfaction() 960 BO->getLHS()->EvaluateKnownConstInt(S.Context).getBoolValue(); in diagnoseWellFormedUnsatisfiedConstraintExpr() 971 BO->getRHS()->EvaluateKnownConstInt(S.Context).getBoolValue(); in diagnoseWellFormedUnsatisfiedConstraintExpr()
|
| H A D | AnalysisBasedWarnings.cpp | 1339 return Result.Val.getInt().getBoolValue(); in isInLoop()
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SMTConstraintManager.h | 143 Ty->isBooleanType() ? Solver->mkBoolean(Value.getBoolValue()) in REGISTER_TRAIT_WITH_PROGRAMSTATE()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | SValBuilder.cpp | 667 return VB.makeTruthVal(V.getValue().getBoolValue(), CastTy); in VisitLocConcreteInt() 871 return VB.makeTruthVal(V.getValue().getBoolValue(), CastTy); in VisitNonLocConcreteInt()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | TemplateBase.cpp | 82 Out << (Val.getBoolValue() ? "true" : "false"); in printIntegral()
|
| H A D | APValue.cpp | 714 Out << (getInt().getBoolValue() ? "true" : "false"); in printPretty()
|
| H A D | ItaniumMangle.cpp | 4061 Out << (Value.getBoolValue() ? '1' : '0'); in mangleIntegerLiteral() 5781 if (V.getComplexIntReal().getBoolValue() || in mangleValueInTemplateArg() 5782 V.getComplexIntImag().getBoolValue()) in mangleValueInTemplateArg() 5784 if (V.getComplexIntImag().getBoolValue()) in mangleValueInTemplateArg()
|
| H A D | ExprConstant.cpp | 2493 Result = Val.getInt().getBoolValue(); in HandleConversionToBool() 2496 Result = Val.getFixedPoint().getBoolValue(); in HandleConversionToBool() 2502 Result = Val.getComplexIntReal().getBoolValue() || in HandleConversionToBool() 2503 Val.getComplexIntImag().getBoolValue(); in HandleConversionToBool() 2636 Result = Value.getBoolValue(); in HandleIntToIntCast() 13623 return Success(Val.getFixedPoint().getBoolValue(), E); in VisitCastExpr()
|
| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | Scalar.cpp | 760 if (bitwize_and.getBoolValue()) { in SignExtend()
|
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | DecoderEmitter.cpp | 1373 bool NeedPositiveMask = PositiveMask.getBoolValue(); in emitSoftFailTableEntry() 1374 bool NeedNegativeMask = NegativeMask.getBoolValue(); in emitSoftFailTableEntry()
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 1354 branch = ILE->getValue().getBoolValue(); in getMutexIDs() 1377 TCond = ILE->getValue().getBoolValue(); in getStaticBooleanValue()
|
| H A D | CFG.cpp | 1256 if (!IntVal.getBoolValue()) { in tryEvaluateBool() 1263 if (!IntVal.getBoolValue()) { in tryEvaluateBool()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | Reassociate.cpp | 1370 int NewInstNum = ConstOpnd.getBoolValue() ? 1 : 2; in CombineXorOpnd() 1386 int NewInstNum = ConstOpnd.getBoolValue() ? 1 : 2; in CombineXorOpnd()
|
| /openbsd-src/gnu/llvm/clang/lib/Edit/ |
| H A D | RewriteObjCFoundationAPI.cpp | 857 isIntZero = !IntE->getValue().getBoolValue(); in rewriteToNumberLiteral()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MCTargetDesc.cpp | 569 return Mask.getBoolValue(); in clearsSuperRegisters()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | ConstantRange.cpp | 977 return Ops[0].abs(IntMinIsPoison->getBoolValue()); in intrinsic()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | AssignmentTrackingAnalysis.cpp | 220 if (OffsetInBytes.getBoolValue()) { in walkToAllocaAndPrependOffsetDeref()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 3907 if (N1Known.Zero.getBoolValue()) { in computeOverflowKind() 5662 if (!C2.getBoolValue()) in FoldValue() 5666 if (!C2.getBoolValue()) in FoldValue() 5670 if (!C2.getBoolValue()) in FoldValue() 5674 if (!C2.getBoolValue()) in FoldValue()
|