Searched refs:LoopIncrement (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | MVEGatherScatterLowering.cpp | 154 Value *OffsSecondOperand, unsigned LoopIncrement, 894 unsigned LoopIncrement, in pushOutMul() argument 901 Phi->getIncomingBlock(LoopIncrement == 1 ? 0 : 1)->back()); in pushOutMul() 905 Instruction::Mul, Phi->getIncomingValue(LoopIncrement == 1 ? 0 : 1), in pushOutMul() 914 cast<Instruction>(Phi->getIncomingBlock(LoopIncrement)->back()) in pushOutMul() 918 Phi->getIncomingBlock(LoopIncrement == 1 ? 0 : 1)); in pushOutMul() 919 Phi->addIncoming(NewIncrement, Phi->getIncomingBlock(LoopIncrement)); in pushOutMul()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 2054 bool LoopIncrement, LastIncrement; in CheckForRedundantIteration() local 2057 if (!ProcessIterationStmt(S, Third, LoopIncrement, LoopDRE)) return; in CheckForRedundantIteration() 2062 if (LoopIncrement != LastIncrement || in CheckForRedundantIteration() 2070 << LoopIncrement; in CheckForRedundantIteration()
|