Searched defs:NewStep (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 5251 VarDecl *NewStep = precomputeExpr(Actions, BodyStmts, StepExpr, ".step"); in buildDistanceFunc() local 5393 Expr *NewStep = AssertSuccess(Recap.TransformExpr(Step)); in buildLoopVarFunc() local 6525 Expr *NewStep = nullptr; in ActOnOpenMPDeclareSimdDirective() local 7364 bool OpenMPIterationSpaceChecker::setStep(Expr *NewStep, bool Subtract) { in setStep() 7848 ExprResult NewStep = tryBuildCapture(SemaRef, Step, Captures); in calculateNumIters() local 8272 ExprResult NewStep = tryBuildCapture(SemaRef, Step, Captures); in buildMinMaxValues() local 8762 ExprResult NewStep = Step; in buildCounterUpdate() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 2511 SDValue NewStep = DAG.getConstant(C0 + C1, DL, SVT); in visitADD() local 2525 SDValue NewStep = DAG.getConstant(SV0 + SV1, DL, SVT); in visitADD() local 3548 SDValue NewStep = DAG.getConstant(-N1.getConstantOperandAPInt(0), DL, in visitSUB() local 3934 SDValue NewStep = DAG.getConstant( in visitMUL() local 8433 SDValue NewStep = DAG.getConstant( in visitSHL() local
|