Searched refs:LoopIncrement (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | TooSmallLoopVariableCheck.cpp | 151 const auto *LoopIncrement = in check() local 155 if (LoopVar->getType() != LoopIncrement->getType()) in check()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | MVEGatherScatterLowering.cpp | 146 Value *OffsSecondOperand, unsigned LoopIncrement, 828 unsigned LoopIncrement, in pushOutMul() argument 835 Phi->getIncomingBlock(LoopIncrement == 1 ? 0 : 1)->back()); in pushOutMul() 839 Instruction::Mul, Phi->getIncomingValue(LoopIncrement == 1 ? 0 : 1), in pushOutMul() 848 cast<Instruction>(Phi->getIncomingBlock(LoopIncrement)->back()) in pushOutMul() 852 Phi->getIncomingBlock(LoopIncrement == 1 ? 0 : 1)); in pushOutMul() 853 Phi->addIncoming(NewIncrement, Phi->getIncomingBlock(LoopIncrement)); in pushOutMul()
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 1587 bool LoopIncrement, LastIncrement; in CheckForRedundantIteration() local 1590 if (!ProcessIterationStmt(S, Third, LoopIncrement, LoopDRE)) return; in CheckForRedundantIteration() 1595 if (LoopIncrement != LastIncrement || in CheckForRedundantIteration() 1603 << LoopIncrement; in CheckForRedundantIteration()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaStmt.cpp | 1773 bool LoopIncrement, LastIncrement; in CheckForRedundantIteration() local 1776 if (!ProcessIterationStmt(S, Third, LoopIncrement, LoopDRE)) return; in CheckForRedundantIteration() 1781 if (LoopIncrement != LastIncrement || in CheckForRedundantIteration() 1789 << LoopIncrement; in CheckForRedundantIteration()
|