OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NewStep
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp
5246
// TODO: Instead of computing NewStart/NewStop/
NewStep
inside the
5251
VarDecl *
NewStep
= precomputeExpr(Actions, BodyStmts, StepExpr, ".step");
5263
Actions.BuildBinOp(nullptr, {}, BO_LT, BuildVarRef(
NewStep
), Zero));
5271
nullptr, {}, BO_Div, ForwardRange, BuildVarRef(
NewStep
)));
5279
Actions.BuildUnaryOp(nullptr, {}, UO_Minus, BuildVarRef(
NewStep
)));
5317
Expr *Divisor = BuildVarRef(
NewStep
);
5393
Expr *
NewStep
= AssertSuccess(Recap.TransformExpr(Step));
5396
Actions.BuildBinOp(nullptr, {}, BO_Mul,
NewStep
, LogicalRef));
6525
Expr *
NewStep
= nullptr;
6530
NewSteps.push_back(E ?
NewStep
: nullptr)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
2511
SDValue
NewStep
= DAG.getConstant(C0 + C1, DL, SVT);
2512
return DAG.getStepVector(DL, VT,
NewStep
);
2525
SDValue
NewStep
= DAG.getConstant(SV0 + SV1, DL, SVT);
2526
SDValue SV = DAG.getStepVector(DL, VT,
NewStep
);
3548
SDValue
NewStep
= DAG.getConstant(-N1.getConstantOperandAPInt(0), DL,
3551
DAG.getStepVector(DL, VT,
NewStep
));
3934
SDValue
NewStep
= DAG.getConstant(
3936
return DAG.getStepVector(SDLoc(N), VT,
NewStep
);
8433
SDValue
NewStep
= DAG.getConstant(
8435
return DAG.getStepVector(SDLoc(N), VT,
NewStep
);
[
all
...]
Completed in 37 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026