Searched refs:LoopIncrement (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | MVEGatherScatterLowering.cpp | 146 Value *OffsSecondOperand, unsigned LoopIncrement, 831 unsigned LoopIncrement, in pushOutMul() argument 838 Phi->getIncomingBlock(LoopIncrement == 1 ? 0 : 1)->back()); in pushOutMul() 842 Instruction::Mul, Phi->getIncomingValue(LoopIncrement == 1 ? 0 : 1), in pushOutMul() 851 cast<Instruction>(Phi->getIncomingBlock(LoopIncrement)->back()) in pushOutMul() 855 Phi->getIncomingBlock(LoopIncrement == 1 ? 0 : 1)); in pushOutMul() 856 Phi->addIncoming(NewIncrement, Phi->getIncomingBlock(LoopIncrement)); in pushOutMul()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 2053 bool LoopIncrement, LastIncrement; in CheckForRedundantIteration() local 2056 if (!ProcessIterationStmt(S, Third, LoopIncrement, LoopDRE)) return; in CheckForRedundantIteration() 2061 if (LoopIncrement != LastIncrement || in CheckForRedundantIteration() 2069 << LoopIncrement; in CheckForRedundantIteration()
|