Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp1942 auto AllocaIter = BB->begin(); in TEST_F() local
1944 AllocaInst *PLastIter = dyn_cast<AllocaInst>(&*(AllocaIter++)); in TEST_F()
1945 AllocaInst *PLowerBound = dyn_cast<AllocaInst>(&*(AllocaIter++)); in TEST_F()
1946 AllocaInst *PUpperBound = dyn_cast<AllocaInst>(&*(AllocaIter++)); in TEST_F()
1947 AllocaInst *PStride = dyn_cast<AllocaInst>(&*(AllocaIter++)); in TEST_F()
2144 auto AllocaIter = BB->begin(); in TEST_P() local
2146 AllocaInst *PLastIter = dyn_cast<AllocaInst>(&*(AllocaIter++)); in TEST_P()
2147 AllocaInst *PLowerBound = dyn_cast<AllocaInst>(&*(AllocaIter++)); in TEST_P()
2148 AllocaInst *PUpperBound = dyn_cast<AllocaInst>(&*(AllocaIter++)); in TEST_P()
2149 AllocaInst *PStride = dyn_cast<AllocaInst>(&*(AllocaIter++)); in TEST_P()