Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DTooSmallLoopVariableCheck.cpp151 const auto *LoopIncrement = in check() local
155 if (LoopVar->getType() != LoopIncrement->getType()) in check()
/external/llvm-project/llvm/lib/Target/ARM/
DMVEGatherScatterLowering.cpp146 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/
DSemaStmt.cpp1587 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/
DSemaStmt.cpp1773 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()