Lines Matching refs:isIntegerConstantExpr
1521 if (Arg->isIntegerConstantExpr(AbortCode, Context) && in CheckSystemZBuiltinFunctionCall()
2597 if (SubExprs[1]->isIntegerConstantExpr(Result, Context) && in SemaAtomicOpsOverloaded()
3434 if (!TheCall->getArg(i)->isIntegerConstantExpr(Result, Context)) in SemaBuiltinShuffleVector()
3575 if (!Arg->isIntegerConstantExpr(Result, Context)) in SemaBuiltinConstantArg()
7232 if (BO->getRHS()->isIntegerConstantExpr(shift, C) && in GetExprRange()
7263 if (BO->getRHS()->isIntegerConstantExpr(divisor, C)) { in GetExprRange()
7387 return E->isIntegerConstantExpr(Value, S.Context) && Value == 0; in IsZero()
7671 RHS->isIntegerConstantExpr(RHSValue, S.Context); in AnalyzeComparison()
7674 LHS->isIntegerConstantExpr(LHSValue, S.Context); in AnalyzeComparison()
7683 IsComparisonConstant = E->isIntegerConstantExpr(S.Context); in AnalyzeComparison()
9897 (RHS && RHS->isIntegerConstantExpr(Value, Context) && Value == 0); in VisitBinaryOperator()