Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp519 auto *NewStep = SE.getMulExpr(Step, SE.getConstant(Ty, StepMultiplier)); visitAddRecExpr() local
/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5436 nullptr, {}, BO_Div, ForwardRange, BuildVarRef(NewStep))); in buildDistanceFunc() local
5589 Expr *NewStep = AssertSuccess(Recap.TransformExpr(Step)); buildLoopVarFunc() local
6968 Expr *NewStep = nullptr; ActOnOpenMPDeclareSimdDirective() local
7946 setStep(Expr * NewStep,bool Subtract) setStep() argument
8420 ExprResult NewStep = tryBuildCapture(SemaRef, Step, Captures, ".new_step"); calculateNumIters() local
8859 ExprResult NewStep = tryBuildCapture(SemaRef, Step, Captures, ".new_step"); buildMinMaxValues() local
9405 ExprResult NewStep = Step; buildCounterUpdate() local
[all...]
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3013 APInt NewStep = C0 + C1; visitADD() local
3023 APInt NewStep = SV0 + SV1; visitADD() local
4077 APInt NewStep = -N1.getConstantOperandAPInt(0); visitSUB() local
4521 APInt NewStep = C0 * MulVal; visitMUL() local
10175 APInt NewStep = C0 << ShlVal; visitSHL() local
[all...]
H A DSelectionDAG.cpp6645 APInt NewStep = Opcode == ISD::MUL FoldConstantArithmetic() local