Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4216 SmallVector<unsigned, 4> INSERTVALIdx; in parseFunctionBody() local
4232 INSERTVALIdx.push_back((unsigned)Index); in parseFunctionBody()
4242 I = InsertValueInst::Create(Agg, Val, INSERTVALIdx); in parseFunctionBody()