Home
last modified time | relevance | path

Searched refs:LoopIncrement (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DTooSmallLoopVariableCheck.cpp150 const auto *LoopIncrement = in check() local
154 if (LoopVar->getType() != LoopIncrement->getType()) in check()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp156 Value *OffsSecondOperand, unsigned LoopIncrement,
908 unsigned LoopIncrement, in pushOutMulShl() argument
915 Phi->getIncomingBlock(LoopIncrement == 1 ? 0 : 1)->back()); in pushOutMulShl()
920 Phi->getIncomingValue(LoopIncrement == 1 ? 0 : 1), in pushOutMulShl()
929 cast<Instruction>(Phi->getIncomingBlock(LoopIncrement)->back()) in pushOutMulShl()
933 Phi->getIncomingBlock(LoopIncrement == 1 ? 0 : 1)); in pushOutMulShl()
934 Phi->addIncoming(NewIncrement, Phi->getIncomingBlock(LoopIncrement)); in pushOutMulShl()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp2091 bool LoopIncrement, LastIncrement; in CheckForRedundantIteration() local
2094 if (!ProcessIterationStmt(S, Third, LoopIncrement, LoopDRE)) return; in CheckForRedundantIteration()
2099 if (LoopIncrement != LastIncrement || in CheckForRedundantIteration()
2107 << LoopIncrement; in CheckForRedundantIteration()