| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | APFixedPoint.h | 122 bool getBoolValue() const { return Val.getBoolValue(); } in getBoolValue() function
|
| H A D | APInt.h | 483 bool getBoolValue() const { return !!*this; }
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Utils.cpp | 472 if (!C2.getBoolValue()) in ConstantFoldBinOp() 476 if (!C2.getBoolValue()) in ConstantFoldBinOp() 480 if (!C2.getBoolValue()) in ConstantFoldBinOp() 484 if (!C2.getBoolValue()) in ConstantFoldBinOp()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | DemandedBits.cpp | 247 .getBoolValue()) in determineLiveOperandBits() 300 .getBoolValue()) in determineLiveOperandBits()
|
| H A D | Loads.cpp | 84 if (KnownDerefBytes.getBoolValue() && KnownDerefBytes.uge(Size) && in isDereferenceableAndAlignedPointer() 176 if (KnownDerefBytes.getBoolValue() && KnownDerefBytes.uge(Size) && in isDereferenceableAndAlignedPointer()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | KnownBits.cpp | 54 LHS, RHS, Carry.Zero.getBoolValue(), Carry.One.getBoolValue()); in computeForAddCarry()
|
| H A D | APInt.cpp | 2262 while (Tmp.getBoolValue()) { in toString() 2268 while (Tmp.getBoolValue()) { in toString()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaConcept.cpp | 190 Satisfaction.IsSatisfied = EvalResult.Val.getInt().getBoolValue(); in calculateConstraintSatisfaction() 539 BO->getLHS()->EvaluateKnownConstInt(S.Context).getBoolValue(); in diagnoseWellFormedUnsatisfiedConstraintExpr() 550 BO->getRHS()->EvaluateKnownConstInt(S.Context).getBoolValue(); in diagnoseWellFormedUnsatisfiedConstraintExpr()
|
| H A D | AnalysisBasedWarnings.cpp | 1343 return Result.Val.getInt().getBoolValue(); in isInLoop()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | SValBuilder.cpp | 644 return makeTruthVal(V.getValue().getBoolValue(), CastTy); in evalCastSubKind() 842 return makeTruthVal(V.getValue().getBoolValue(), CastTy); in evalCastSubKind()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SMTConstraintManager.h | 142 Ty->isBooleanType() ? Solver->mkBoolean(Value.getBoolValue()) in REGISTER_TRAIT_WITH_PROGRAMSTATE()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | TemplateBase.cpp | 79 Out << (Val.getBoolValue() ? "true" : "false"); in printIntegral()
|
| H A D | APValue.cpp | 651 Out << (getInt().getBoolValue() ? "true" : "false"); in printPretty()
|
| H A D | ItaniumMangle.cpp | 3977 Out << (Value.getBoolValue() ? '1' : '0'); in mangleIntegerLiteral() 5637 if (V.getComplexIntReal().getBoolValue() || in mangleValueInTemplateArg() 5638 V.getComplexIntImag().getBoolValue()) in mangleValueInTemplateArg() 5640 if (V.getComplexIntImag().getBoolValue()) in mangleValueInTemplateArg()
|
| H A D | ExprConstant.cpp | 2473 Result = Val.getInt().getBoolValue(); in HandleConversionToBool() 2476 Result = Val.getFixedPoint().getBoolValue(); in HandleConversionToBool() 2482 Result = Val.getComplexIntReal().getBoolValue() || in HandleConversionToBool() 2483 Val.getComplexIntImag().getBoolValue(); in HandleConversionToBool() 2617 Result = Value.getBoolValue(); in HandleIntToIntCast() 13240 return Success(Val.getFixedPoint().getBoolValue(), E); in VisitCastExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| H A D | ByteCodeExprGen.cpp | 414 return this->emitConstBool(Value.getBoolValue(), E); in emitConst()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | FixedLenDecoderEmitter.cpp | 1346 bool NeedPositiveMask = PositiveMask.getBoolValue(); in emitSoftFailTableEntry() 1347 bool NeedNegativeMask = NegativeMask.getBoolValue(); in emitSoftFailTableEntry()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 1406 branch = ILE->getValue().getBoolValue(); in getMutexIDs() 1429 TCond = ILE->getValue().getBoolValue(); in getStaticBooleanValue()
|
| H A D | CFG.cpp | 1206 if (!IntVal.getBoolValue()) { in tryEvaluateBool() 1213 if (!IntVal.getBoolValue()) { in tryEvaluateBool()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | Reassociate.cpp | 1365 int NewInstNum = ConstOpnd.getBoolValue() ? 1 : 2; in CombineXorOpnd() 1381 int NewInstNum = ConstOpnd.getBoolValue() ? 1 : 2; in CombineXorOpnd()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Edit/ |
| H A D | RewriteObjCFoundationAPI.cpp | 856 isIntZero = !IntE->getValue().getBoolValue(); in rewriteToNumberLiteral()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MCTargetDesc.cpp | 464 return Mask.getBoolValue(); in clearsSuperRegisters()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | ConstantRange.cpp | 899 return Ops[0].abs(IntMinIsPoison->getBoolValue()); in intrinsic()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 3596 if (N1Known.Zero.getBoolValue()) { in computeOverflowKind() 5073 if (!C2.getBoolValue()) in FoldValue() 5077 if (!C2.getBoolValue()) in FoldValue() 5081 if (!C2.getBoolValue()) in FoldValue() 5085 if (!C2.getBoolValue()) in FoldValue()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 1488 ResultBool = ResultInt.getBoolValue(); in ConstantFoldsToSimpleInteger()
|