Home
last modified time | relevance | path

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

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