Searched refs:StepExpr (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 724 if (const SCEVConstant *StepExpr = in parseLoopStructure() local 726 ConstantInt *StepCI = StepExpr->getValue(); in parseLoopStructure()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 9697 Expr *StepExpr = Step; in ActOnOpenMPLinearClause() local 9706 StepExpr = Val.get(); in ActOnOpenMPLinearClause() 9710 buildVarDecl(*this, StepLoc, StepExpr->getType(), ".linear.step"); in ActOnOpenMPLinearClause() 9712 buildDeclRefExpr(*this, SaveVar, StepExpr->getType(), StepLoc); in ActOnOpenMPLinearClause() 9714 BuildBinOp(CurScope, StepLoc, BO_Assign, SaveRef.get(), StepExpr); in ActOnOpenMPLinearClause() 9720 bool IsConstant = StepExpr->isIntegerConstantExpr(Result, Context); in ActOnOpenMPLinearClause() 9733 StepExpr, CalcStepExpr, in ActOnOpenMPLinearClause()
|