Lines Matching defs:AllocaIter
2465 auto AllocaIter = BB->begin();
2467 AllocaInst *PLastIter = dyn_cast<AllocaInst>(&*(AllocaIter++));
2468 AllocaInst *PLowerBound = dyn_cast<AllocaInst>(&*(AllocaIter++));
2469 AllocaInst *PUpperBound = dyn_cast<AllocaInst>(&*(AllocaIter++));
2470 AllocaInst *PStride = dyn_cast<AllocaInst>(&*(AllocaIter++));
2678 auto AllocaIter = BB->begin();
2680 AllocaInst *PLastIter = dyn_cast<AllocaInst>(&*(AllocaIter++));
2681 AllocaInst *PLowerBound = dyn_cast<AllocaInst>(&*(AllocaIter++));
2682 AllocaInst *PUpperBound = dyn_cast<AllocaInst>(&*(AllocaIter++));
2683 AllocaInst *PStride = dyn_cast<AllocaInst>(&*(AllocaIter++));