Home
last modified time | relevance | path

Searched refs:FactorExpr (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopBuilder.cpp2165 for (auto *FactorExpr : MulExpr->operands()) in isDivisible() local
2166 if (isDivisible(FactorExpr, Size, SE)) in isDivisible()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2708 if (Expr *FactorExpr = PartialClause->getFactor()) { in EmitOMPUnrollDirective() local
2709 Factor = FactorExpr->EvaluateKnownConstInt(getContext()).getZExtValue(); in EmitOMPUnrollDirective()
2736 if (Expr *FactorExpr = PartialClause->getFactor()) { in EmitOMPUnrollDirective() local
2738 FactorExpr->EvaluateKnownConstInt(getContext()).getZExtValue(); in EmitOMPUnrollDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp16700 OMPClause *Sema::ActOnOpenMPPartialClause(Expr *FactorExpr, in ActOnOpenMPPartialClause() argument
16704 if (FactorExpr) { in ActOnOpenMPPartialClause()
16708 FactorExpr, OMPC_partial, /*StrictlyPositive=*/true); in ActOnOpenMPPartialClause()
16711 FactorExpr = FactorResult.get(); in ActOnOpenMPPartialClause()
16715 FactorExpr); in ActOnOpenMPPartialClause()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h11429 OMPClause *ActOnOpenMPPartialClause(Expr *FactorExpr, SourceLocation StartLoc,