Searched refs: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 5263 Actions.BuildBinOp(nullptr, {}, BO_LT, BuildVarRef(NewStep), Zero)); in buildDistanceFunc() 5271 nullptr, {}, BO_Div, ForwardRange, BuildVarRef(NewStep))); in buildDistanceFunc() 5279 Actions.BuildUnaryOp(nullptr, {}, UO_Minus, BuildVarRef(NewStep))); in buildDistanceFunc() 5317 Expr *Divisor = BuildVarRef(NewStep); in buildDistanceFunc() 5393 Expr *NewStep = AssertSuccess(Recap.TransformExpr(Step)); in buildLoopVarFunc() local 5396 Actions.BuildBinOp(nullptr, {}, BO_Mul, NewStep, LogicalRef)); in buildLoopVarFunc() 6525 Expr *NewStep = nullptr; in ActOnOpenMPDeclareSimdDirective() local 6530 NewSteps.push_back(E ? NewStep : nullptr); in ActOnOpenMPDeclareSimdDirective() 6551 NewStep = Step; in ActOnOpenMPDeclareSimdDirective() [all …]
|
| /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 2512 return DAG.getStepVector(DL, VT, NewStep); in visitADD() 2525 SDValue NewStep = DAG.getConstant(SV0 + SV1, DL, SVT); in visitADD() local 2526 SDValue SV = DAG.getStepVector(DL, VT, NewStep); in visitADD() 3548 SDValue NewStep = DAG.getConstant(-N1.getConstantOperandAPInt(0), DL, in visitSUB() local 3551 DAG.getStepVector(DL, VT, NewStep)); in visitSUB() 3934 SDValue NewStep = DAG.getConstant( in visitMUL() local 3936 return DAG.getStepVector(SDLoc(N), VT, NewStep); in visitMUL() 8433 SDValue NewStep = DAG.getConstant( in visitSHL() local 8435 return DAG.getStepVector(SDLoc(N), VT, NewStep); in visitSHL()
|