Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPFixedPoint.h178 bool getBoolValue() const { return Val.getBoolValue(); }
H A DAPInt.h459 bool getBoolValue() const { return !isZero(); } in getBoolValue() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DDemandedBits.cpp241 .getBoolValue()) in determineLiveOperandBits()
294 .getBoolValue()) in determineLiveOperandBits()
H A DLoads.cpp102 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 DUtils.cpp531 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 DKnownBits.cpp54 LHS, RHS, Carry.Zero.getBoolValue(), Carry.One.getBoolValue()); in computeForAddCarry()
H A DAPInt.cpp2234 while (Tmp.getBoolValue()) { in toString()
2240 while (Tmp.getBoolValue()) { in toString()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaConcept.cpp275 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 DAnalysisBasedWarnings.cpp1339 return Result.Val.getInt().getBoolValue(); in isInLoop()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h143 Ty->isBooleanType() ? Solver->mkBoolean(Value.getBoolValue()) in REGISTER_TRAIT_WITH_PROGRAMSTATE()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp667 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 DTemplateBase.cpp82 Out << (Val.getBoolValue() ? "true" : "false"); in printIntegral()
H A DAPValue.cpp714 Out << (getInt().getBoolValue() ? "true" : "false"); in printPretty()
H A DItaniumMangle.cpp4061 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 DExprConstant.cpp2493 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 DScalar.cpp760 if (bitwize_and.getBoolValue()) { in SignExtend()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDecoderEmitter.cpp1373 bool NeedPositiveMask = PositiveMask.getBoolValue(); in emitSoftFailTableEntry()
1374 bool NeedNegativeMask = NegativeMask.getBoolValue(); in emitSoftFailTableEntry()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DThreadSafety.cpp1354 branch = ILE->getValue().getBoolValue(); in getMutexIDs()
1377 TCond = ILE->getValue().getBoolValue(); in getStaticBooleanValue()
H A DCFG.cpp1256 if (!IntVal.getBoolValue()) { in tryEvaluateBool()
1263 if (!IntVal.getBoolValue()) { in tryEvaluateBool()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1370 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 DRewriteObjCFoundationAPI.cpp857 isIntZero = !IntE->getValue().getBoolValue(); in rewriteToNumberLiteral()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp569 return Mask.getBoolValue(); in clearsSuperRegisters()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantRange.cpp977 return Ops[0].abs(IntMinIsPoison->getBoolValue()); in intrinsic()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp220 if (OffsetInBytes.getBoolValue()) { in walkToAllocaAndPrependOffsetDeref()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3907 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()

12