Home
last modified time | relevance | path

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

12

/external/llvm/lib/Transforms/Scalar/
DBDCE.cpp193 .getBoolValue()) in determineLiveOperandBits()
251 .getBoolValue()) in determineLiveOperandBits()
375 if (ABI->second.getBoolValue()) in runOnFunction()
/external/llvm/include/llvm/ADT/
DAPInt.h401 bool getBoolValue() const { return !!*this; } in getBoolValue() function
1538 if (!getBoolValue()) in nearestLogBase2()
/external/clang/lib/AST/
DTemplateBase.cpp57 Out << (Val.getBoolValue() ? "true" : "false"); in printIntegral()
DAPValue.cpp351 Out << (getInt().getBoolValue() ? "true" : "false"); in printPretty()
DType.cpp1707 return value.getBoolValue() ? NR_Nothrow : NR_Throw; in getNoexceptSpec()
DMicrosoftMangle.cpp1076 if (IsBoolean && Value.getBoolValue()) in mangleIntegerLiteral()
DExprConstant.cpp1456 Result = Val.getInt().getBoolValue(); in HandleConversionToBool()
1462 Result = Val.getComplexIntReal().getBoolValue() || in HandleConversionToBool()
1463 Val.getComplexIntImag().getBoolValue(); in HandleConversionToBool()
DItaniumMangle.cpp2549 Out << (Value.getBoolValue() ? '1' : '0'); in mangleIntegerLiteral()
/external/llvm/lib/IR/
DValue.cpp601 if (DerefBytes.getBoolValue() && Offset.isNonNegative()) { in isDereferenceablePointer()
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp1243 bool NeedPositiveMask = PositiveMask.getBoolValue(); in emitSoftFailTableEntry()
1244 bool NeedNegativeMask = NegativeMask.getBoolValue(); in emitSoftFailTableEntry()
/external/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp106 bool b = val.castAs<nonloc::ConcreteInt>().getValue().getBoolValue(); in evalCastFromNonLoc()
/external/clang/lib/Analysis/
DThreadSafety.cpp1296 branch = ILE->getValue().getBoolValue(); in getMutexIDs()
1319 TCond = ILE->getValue().getBoolValue(); in getStaticBooleanValue()
DCFG.cpp844 if (!IntVal.getBoolValue()) { in tryEvaluateBool()
849 if (!IntVal.getBoolValue()) { in tryEvaluateBool()
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp854 isIntZero = !IntE->getValue().getBoolValue(); in rewriteToNumberLiteral()
/external/llvm/unittests/ADT/
DAPIntTest.cpp831 EXPECT_FALSE(A9.getBoolValue()); in TEST()
/external/llvm/lib/Analysis/
DValueTracking.cpp1608 if (OrZero || RHSOneBits.getBoolValue() || LHSOneBits.getBoolValue()) in isKnownToBeAPowerOfTwo()
DInstructionSimplify.cpp1531 if (CI1V.getBoolValue() && isNUW) { in SimplifyAndOfICmps()
1690 if (CI1V.getBoolValue() && isNUW) { in SimplifyOrOfICmps()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2163 if (NewBits.getBoolValue()) in computeKnownBits()
3112 if (!C2.getBoolValue()) in FoldConstantArithmetic()
3117 if (!C2.getBoolValue()) in FoldConstantArithmetic()
3122 if (!C2.getBoolValue()) in FoldConstantArithmetic()
3127 if (!C2.getBoolValue()) in FoldConstantArithmetic()
DDAGCombiner.cpp1679 if (LHSZero.getBoolValue()) { in visitADD()
1775 if (LHSZero.getBoolValue()) { in visitADDC()
4578 if (KnownOne.getBoolValue()) return DAG.getConstant(0, VT); in visitSRL()
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp995 ResultBool = ResultInt.getBoolValue(); in ConstantFoldsToSimpleInteger()
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1163 return Val.getBoolValue(); in isInLoop()
DSemaOpenMP.cpp2073 bool IsConstZero = IsConstant && !Result.getBoolValue(); in SetStep()
DSemaDecl.cpp5046 else if (Oversized.getBoolValue()) in CheckTypedefForVariablyModifiedType()
12459 else if (Oversized.getBoolValue()) in CheckFieldDecl()
DSemaTemplate.cpp5438 E = new (Context) CXXBoolLiteralExpr(Arg.getAsIntegral().getBoolValue(), in BuildExpressionFromIntegralTemplateArgument()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp877 if ((Cimm & (Cimm + 1)).getBoolValue()) in isExtractBitsCandidateUse()

12