Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp269 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 DDemandedBits.cpp224 .getBoolValue()) in determineLiveOperandBits()
277 .getBoolValue()) in determineLiveOperandBits()
H A DLoads.cpp73 if (KnownDerefBytes.getBoolValue()) { in isDereferenceableAndAlignedPointer()
H A DValueTracking.cpp1780 if (OrZero || RHSBits.One.getBoolValue() || LHSBits.One.getBoolValue()) in isKnownToBeAPowerOfTwo()
H A DInstructionSimplify.cpp1594 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 DSMTConstraintManager.h137 Ty->isBooleanType() ? Solver->mkBoolean(Value.getBoolValue()) in getSymVal()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTemplateBase.cpp72 Out << (Val.getBoolValue() ? "true" : "false"); in printIntegral()
H A DAPValue.cpp393 Out << (getInt().getBoolValue() ? "true" : "false"); in printPretty()
H A DExprConstant.cpp2028 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 DMicrosoftMangle.cpp1321 if (IsBoolean && Value.getBoolValue()) in mangleIntegerLiteral()
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp1290 bool NeedPositiveMask = PositiveMask.getBoolValue(); in emitSoftFailTableEntry()
1291 bool NeedNegativeMask = NegativeMask.getBoolValue(); in emitSoftFailTableEntry()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1239 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 DThreadSafety.cpp1391 branch = ILE->getValue().getBoolValue(); in getMutexIDs()
1414 TCond = ILE->getValue().getBoolValue(); in getStaticBooleanValue()
H A DCFG.cpp1142 if (!IntVal.getBoolValue()) { in tryEvaluateBool()
1149 if (!IntVal.getBoolValue()) { in tryEvaluateBool()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp857 isIntZero = !IntE->getValue().getBoolValue(); in rewriteToNumberLiteral()
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DAPInt.h478 bool getBoolValue() const { return !!*this; } in getBoolValue() function
/freebsd-12.1/contrib/llvm/lib/Support/
H A DAPInt.cpp2135 while (Tmp.getBoolValue()) { in toString()
2141 while (Tmp.getBoolValue()) { in toString()
/freebsd-12.1/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp446 return Mask.getBoolValue(); in clearsSuperRegisters()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp113 bool b = val.castAs<nonloc::ConcreteInt>().getValue().getBoolValue(); in evalCastFromNonLoc()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2756 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 DSelectionDAGISel.cpp1339 if (Offset.getBoolValue()) in processDbgDeclares()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DScalar.cpp2495 if (bitwize_and.getBoolValue()) { in SignExtend()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1320 return Result.Val.getInt().getBoolValue(); in isInLoop()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1502 ResultBool = ResultInt.getBoolValue(); in ConstantFoldsToSimpleInteger()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1790 if (CInt.getBoolValue()) in getPowerOf2Factor()

12