Searched refs:getBoolValue (Results 1 – 25 of 27) sorted by relevance
12
193 .getBoolValue()) in determineLiveOperandBits()251 .getBoolValue()) in determineLiveOperandBits()375 if (ABI->second.getBoolValue()) in runOnFunction()
401 bool getBoolValue() const { return !!*this; } in getBoolValue() function1538 if (!getBoolValue()) in nearestLogBase2()
57 Out << (Val.getBoolValue() ? "true" : "false"); in printIntegral()
351 Out << (getInt().getBoolValue() ? "true" : "false"); in printPretty()
1707 return value.getBoolValue() ? NR_Nothrow : NR_Throw; in getNoexceptSpec()
1076 if (IsBoolean && Value.getBoolValue()) in mangleIntegerLiteral()
1456 Result = Val.getInt().getBoolValue(); in HandleConversionToBool()1462 Result = Val.getComplexIntReal().getBoolValue() || in HandleConversionToBool()1463 Val.getComplexIntImag().getBoolValue(); in HandleConversionToBool()
2549 Out << (Value.getBoolValue() ? '1' : '0'); in mangleIntegerLiteral()
601 if (DerefBytes.getBoolValue() && Offset.isNonNegative()) { in isDereferenceablePointer()
1243 bool NeedPositiveMask = PositiveMask.getBoolValue(); in emitSoftFailTableEntry()1244 bool NeedNegativeMask = NegativeMask.getBoolValue(); in emitSoftFailTableEntry()
106 bool b = val.castAs<nonloc::ConcreteInt>().getValue().getBoolValue(); in evalCastFromNonLoc()
1296 branch = ILE->getValue().getBoolValue(); in getMutexIDs()1319 TCond = ILE->getValue().getBoolValue(); in getStaticBooleanValue()
844 if (!IntVal.getBoolValue()) { in tryEvaluateBool()849 if (!IntVal.getBoolValue()) { in tryEvaluateBool()
854 isIntZero = !IntE->getValue().getBoolValue(); in rewriteToNumberLiteral()
831 EXPECT_FALSE(A9.getBoolValue()); in TEST()
1608 if (OrZero || RHSOneBits.getBoolValue() || LHSOneBits.getBoolValue()) in isKnownToBeAPowerOfTwo()
1531 if (CI1V.getBoolValue() && isNUW) { in SimplifyAndOfICmps()1690 if (CI1V.getBoolValue() && isNUW) { in SimplifyOrOfICmps()
2163 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()
1679 if (LHSZero.getBoolValue()) { in visitADD()1775 if (LHSZero.getBoolValue()) { in visitADDC()4578 if (KnownOne.getBoolValue()) return DAG.getConstant(0, VT); in visitSRL()
995 ResultBool = ResultInt.getBoolValue(); in ConstantFoldsToSimpleInteger()
1163 return Val.getBoolValue(); in isInLoop()
2073 bool IsConstZero = IsConstant && !Result.getBoolValue(); in SetStep()
5046 else if (Oversized.getBoolValue()) in CheckTypedefForVariablyModifiedType()12459 else if (Oversized.getBoolValue()) in CheckFieldDecl()
5438 E = new (Context) CXXBoolLiteralExpr(Arg.getAsIntegral().getBoolValue(), in BuildExpressionFromIntegralTemplateArgument()
877 if ((Cimm & (Cimm + 1)).getBoolValue()) in isExtractBitsCandidateUse()