Home
last modified time | relevance | path

Searched defs:NewStep (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp5628 VarDecl *NewStep = precomputeExpr(Actions, BodyStmts, StepExpr, ".step"); in buildDistanceFunc() local
5780 Expr *NewStep = AssertSuccess(Recap.TransformExpr(Step)); in buildLoopVarFunc() local
7040 Expr *NewStep = nullptr; in ActOnOpenMPDeclareSimdDirective() local
7994 bool OpenMPIterationSpaceChecker::setStep(Expr *NewStep, bool Subtract) { in setStep()
8467 ExprResult NewStep = tryBuildCapture(SemaRef, Step, Captures); in calculateNumIters() local
8894 ExprResult NewStep = tryBuildCapture(SemaRef, Step, Captures); in buildMinMaxValues() local
9388 ExprResult NewStep = Step; in buildCounterUpdate() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2694 APInt NewStep = C0 + C1; in visitADD() local
2704 APInt NewStep = SV0 + SV1; in visitADD() local
3753 APInt NewStep = -N1.getConstantOperandAPInt(0); in visitSUB() local
4188 APInt NewStep = C0 * MulVal; in visitMUL() local
9397 APInt NewStep = C0 << ShlVal; in visitSHL() local
H A DSelectionDAG.cpp5885 APInt NewStep = Opcode == ISD::MUL in FoldConstantArithmetic() local