Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp2210 SmallVector<Value*, 16> GEPIdx; in ParseFunctionBody() local
2215 GEPIdx.push_back(Op); in ParseFunctionBody()
2218 I = GetElementPtrInst::Create(BasePtr, GEPIdx.begin(), GEPIdx.end()); in ParseFunctionBody()