Searched refs:NewStep (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 6961 Expr *NewStep = nullptr; in ActOnOpenMPDeclareSimdDirective() local 6987 NewStep = Step; in ActOnOpenMPDeclareSimdDirective() 6993 if (NewStep) in ActOnOpenMPDeclareSimdDirective() 6994 NewStep = in ActOnOpenMPDeclareSimdDirective() 7913 if (!NewStep || NewStep->containsErrors()) in setStep() 7922 NewStep = Val.get(); in setStep() 7960 NewStep = in setStep() 7961 SemaRef.CreateBuiltinUnaryOp(NewStep->getExprLoc(), UO_Minus, NewStep) in setStep() 7967 Step = NewStep; in setStep() 8385 if (!NewStep.isUsable()) in calculateNumIters() [all …]
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 2685 APInt NewStep = C0 + C1; in visitADD() local 2686 return DAG.getStepVector(DL, VT, NewStep); in visitADD() 2695 APInt NewStep = SV0 + SV1; in visitADD() local 2696 SDValue SV = DAG.getStepVector(DL, VT, NewStep); in visitADD() 3726 APInt NewStep = -N1.getConstantOperandAPInt(0); in visitSUB() local 3728 DAG.getStepVector(DL, VT, NewStep)); in visitSUB() 4123 APInt NewStep = C0 * MulVal; in visitMUL() local 4124 return DAG.getStepVector(DL, VT, NewStep); in visitMUL() 9128 APInt NewStep = C0 << ShlVal; in visitSHL() local 9129 return DAG.getStepVector(SDLoc(N), VT, NewStep); in visitSHL()
|
| H A D | SelectionDAG.cpp | 5664 APInt NewStep = Opcode == ISD::MUL in FoldConstantArithmetic() local 5667 return getStepVector(DL, VT, NewStep); in FoldConstantArithmetic()
|