Home
last modified time | relevance | path

Searched refs:NewStep (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp6540 Expr *NewStep = nullptr; in ActOnOpenMPDeclareSimdDirective() local
6566 NewStep = Step; in ActOnOpenMPDeclareSimdDirective()
6572 if (NewStep) in ActOnOpenMPDeclareSimdDirective()
6573 NewStep = in ActOnOpenMPDeclareSimdDirective()
7383 if (!NewStep || NewStep->containsErrors()) in setStep()
7392 NewStep = Val.get(); in setStep()
7430 NewStep = in setStep()
7431 SemaRef.CreateBuiltinUnaryOp(NewStep->getExprLoc(), UO_Minus, NewStep) in setStep()
7437 Step = NewStep; in setStep()
7855 if (!NewStep.isUsable()) in calculateNumIters()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2527 APInt NewStep = C0 + C1; in visitADD() local
2528 return DAG.getStepVector(DL, VT, NewStep); in visitADD()
2537 APInt NewStep = SV0 + SV1; in visitADD() local
2538 SDValue SV = DAG.getStepVector(DL, VT, NewStep); in visitADD()
3572 APInt NewStep = -N1.getConstantOperandAPInt(0); in visitSUB() local
3574 DAG.getStepVector(DL, VT, NewStep)); in visitSUB()
3956 APInt NewStep = C0 * MulVal; in visitMUL() local
3957 return DAG.getStepVector(SDLoc(N), VT, NewStep); in visitMUL()
8471 APInt NewStep = C0 << ShlVal; in visitSHL() local
8472 return DAG.getStepVector(SDLoc(N), VT, NewStep); in visitSHL()