Searched defs:NewStep (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.cpp | 519 auto *NewStep = SE.getMulExpr(Step, SE.getConstant(Ty, StepMultiplier)); in visitAddRecExpr() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 5432 VarDecl *NewStep = precomputeExpr(Actions, BodyStmts, StepExpr, ".step"); in buildDistanceFunc() local 5585 Expr *NewStep = AssertSuccess(Recap.TransformExpr(Step)); in buildLoopVarFunc() local 6973 Expr *NewStep = nullptr; in ActOnOpenMPDeclareSimdDirective() local 7951 bool OpenMPIterationSpaceChecker::setStep(Expr *NewStep, bool Subtract) { in setStep() 8425 ExprResult NewStep = tryBuildCapture(SemaRef, Step, Captures, ".new_step"); in calculateNumIters() local 8864 ExprResult NewStep = tryBuildCapture(SemaRef, Step, Captures, ".new_step"); in buildMinMaxValues() local 9408 ExprResult NewStep = Step; in buildCounterUpdate() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 2999 APInt NewStep = C0 + C1; in visitADD() local 3009 APInt NewStep = SV0 + SV1; in visitADD() local 4063 APInt NewStep = -N1.getConstantOperandAPInt(0); in visitSUB() local 4507 APInt NewStep = C0 * MulVal; in visitMUL() local 10161 APInt NewStep = C0 << ShlVal; in visitSHL() local
|
H A D | SelectionDAG.cpp | 6652 APInt NewStep = Opcode == ISD::MUL in FoldConstantArithmetic() local
|