Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2224 SmallVector<unsigned, 4> INSERTVALIdx; in ParseFunctionBody() local
2230 INSERTVALIdx.push_back((unsigned)Index); in ParseFunctionBody()
2233 I = InsertValueInst::Create(Agg, Val, INSERTVALIdx); in ParseFunctionBody()