Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/Sema/
H A DSemaOpenMP.cpp3828 Expr *NewStep = nullptr; in ActOnOpenMPDeclareSimdDirective() local
4052 bool OpenMPIterationSpaceChecker::SetStep(Expr *NewStep, bool Subtract) { in SetStep()
4429 auto NewStep = tryBuildCapture(SemaRef, Step, Captures); in BuildNumIterations() local
4796 ExprResult NewStep = Step; in BuildCounterUpdate() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2694 APInt NewStep = C0 + C1; in visitADD() local
2704 APInt NewStep = SV0 + SV1; in visitADD() local
3753 APInt NewStep = -N1.getConstantOperandAPInt(0); in visitSUB() local
4188 APInt NewStep = C0 * MulVal; in visitMUL() local
9397 APInt NewStep = C0 << ShlVal; in visitSHL() local
H A DSelectionDAG.cpp5885 APInt NewStep = Opcode == ISD::MUL in FoldConstantArithmetic() local