Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/Frontend/
DOpenMPIRBuilderTest.cpp1096 auto AllocaIter = BB->begin(); in TEST_F() local
1098 AllocaInst *PLastIter = dyn_cast<AllocaInst>(&*(AllocaIter++)); in TEST_F()
1099 AllocaInst *PLowerBound = dyn_cast<AllocaInst>(&*(AllocaIter++)); in TEST_F()
1100 AllocaInst *PUpperBound = dyn_cast<AllocaInst>(&*(AllocaIter++)); in TEST_F()
1101 AllocaInst *PStride = dyn_cast<AllocaInst>(&*(AllocaIter++)); in TEST_F()