Home | History | Annotate | Download | only in Reader

Lines Matching refs:GEPIdx

2178       SmallVector<Value*, 16> GEPIdx;
2183 GEPIdx.push_back(Op);
2186 I = GetElementPtrInst::Create(BasePtr, GEPIdx.begin(), GEPIdx.end());