Searched refs:GEPIdx (Results 1 – 1 of 1) sorted by relevance
2210 SmallVector<Value*, 16> GEPIdx; in ParseFunctionBody() local2215 GEPIdx.push_back(Op); in ParseFunctionBody()2218 I = GetElementPtrInst::Create(BasePtr, GEPIdx.begin(), GEPIdx.end()); in ParseFunctionBody()